Skip to content

Commit

Permalink
Apply Nebula maven resolved dependencies plugin (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
schlosna authored Oct 3, 2017
1 parent 5bd714b commit 9a479e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ buildscript {

dependencies {
classpath 'com.netflix.nebula:nebula-dependency-recommender:5.0.0'
classpath 'com.netflix.nebula:nebula-publishing-plugin:5.1.1'
classpath 'com.netflix.nebula:nebula-publishing-plugin:5.1.4'
classpath 'com.palantir.baseline:gradle-baseline-java:0.16.0'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3'
classpath 'com.palantir.gradle.gitversion:gradle-git-version:0.7.2'
Expand All @@ -30,6 +30,7 @@ allprojects {
version gitVersion()

apply plugin: 'nebula.dependency-recommender'
apply plugin: "nebula.maven-resolved-dependencies"
apply from: "${rootDir}/gradle/java.gradle"

dependencyRecommendations {
Expand Down

0 comments on commit 9a479e6

Please sign in to comment.