Skip to content

Commit

Permalink
Upgrade buildscript dependencies (palantir#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-excavator-bot authored and gracew committed Nov 17, 2017
1 parent 714dd25 commit a925f2b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
8 changes: 1 addition & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ buildscript {
dependencies {
classpath 'gradle.plugin.com.palantir:gradle-circle-style:1.1.1'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.6'
classpath 'com.netflix.nebula:nebula-dependency-recommender:3.1.0'
classpath 'com.netflix.nebula:nebula-publishing-plugin:4.4.4'
classpath 'com.netflix.nebula:nebula-publishing-plugin:5.1.4'
classpath 'com.palantir.baseline:gradle-baseline-java:0.17.1'
}
}
Expand Down Expand Up @@ -36,11 +35,6 @@ allprojects {
version gitVersion()

apply plugin: 'com.palantir.configuration-resolver'
apply plugin: 'nebula.dependency-recommender'

dependencyRecommendations {
propertiesFile file: project.rootProject.file('versions.props')
}

configurations.all {
resolutionStrategy {
Expand Down
1 change: 0 additions & 1 deletion gradle/publish.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
apply plugin: 'com.jfrog.bintray'
apply plugin: 'nebula.maven-base-publish'
apply plugin: 'nebula.maven-resolved-dependencies'
apply plugin: 'nebula.javadoc-jar'
apply plugin: 'nebula.source-jar'

Expand Down
Empty file removed versions.props
Empty file.

0 comments on commit a925f2b

Please sign in to comment.