Skip to content

Commit

Permalink
Remove explicit gradle-info-plugin dependency (micrometer-metrics#3657)
Browse files Browse the repository at this point in the history
Let the dependency be transitive until we have a reason to need a different version than the one brought in transitively. This reduces the number of declared buildscript dependencies.
  • Loading branch information
izeye authored Feb 21, 2023
1 parent 58e78b5 commit 1e38bd1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ buildscript {

dependencies {
classpath 'gradle.plugin.com.hierynomus.gradle.plugins:license-gradle-plugin:0.16.1'
classpath 'com.netflix.nebula:gradle-info-plugin:12.0.1'
classpath 'com.netflix.nebula:nebula-release-plugin:17.1.0'
classpath 'com.netflix.nebula:nebula-publishing-plugin:20.0.0'
classpath 'com.netflix.nebula:nebula-project-plugin:10.1.2'
Expand Down
2 changes: 1 addition & 1 deletion buildscript-gradle.lockfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1e38bd1

Please sign in to comment.