Skip to content

Commit

Permalink
nebula-plugin-plugin 20.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rpalcolea committed Nov 11, 2022
1 parent 6de9c87 commit c792b94
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/
plugins {
id 'com.netflix.nebula.plugin-plugin' version '19.0.2'
id 'com.netflix.nebula.plugin-plugin' version '20.0.0'
}

description = 'Allows projects to leave off version numbers in dependencies section and have versions recommended by other sources'
Expand All @@ -37,17 +37,14 @@ dependencies {
}
}

pluginBundle {
tags = ['nebula', 'dependency', 'dependencies', 'recommender', 'recommend']
}

gradlePlugin {
plugins {
dependencyRecommender {
id = 'com.netflix.nebula.dependency-recommender'
displayName = 'Nebula Dependency Recommender'
description = project.description
implementationClass = 'netflix.nebula.dependency.recommender.DependencyRecommendationsPlugin'
tags.set(['nebula', 'dependency', 'dependencies', 'recommender', 'recommend'])
}
}
}
Expand Down

0 comments on commit c792b94

Please sign in to comment.