Skip to content

Commit

Permalink
Revert "Upgrade buildscript dependencies" (#12)
Browse files Browse the repository at this point in the history
Reverts #7

Doesn't work
  • Loading branch information
SerialVelocity authored Sep 25, 2018
1 parent dd4cb35 commit fcf0acf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ buildscript {
}
dependencies {
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3'
classpath 'com.netflix.nebula:nebula-dependency-recommender:5.2.0'
classpath 'com.netflix.nebula:nebula-publishing-plugin:5.1.4'
classpath 'com.netflix.nebula:nebula-dependency-recommender:3.6.3'
classpath 'com.netflix.nebula:nebula-publishing-plugin:4.9.1'
classpath 'com.palantir.gradle.gitversion:gradle-git-version:0.5.3'
classpath 'com.palantir:gradle-baseline-java:0.10.0'
classpath 'com.palantir.configurationresolver:gradle-configuration-resolver-plugin:0.3.0'
classpath 'gradle.plugin.org.inferred:gradle-processors:1.2.15'
classpath 'gradle.plugin.com.palantir.configurationresolver:gradle-configuration-resolver-plugin:0.1.0'
classpath 'gradle.plugin.org.inferred:gradle-processors:1.2.5'
classpath 'org.jfrog.buildinfo:build-info-extractor-gradle:4.0.0'
}
}
Expand Down

0 comments on commit fcf0acf

Please sign in to comment.