Skip to content

Commit

Permalink
Excavator: Upgrades Baseline to the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-excavator-bot committed Sep 19, 2019
1 parent 6ba049b commit b833113
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,16 @@ buildscript {

dependencies {
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4'
classpath 'com.netflix.nebula:nebula-dependency-recommender:5.2.0'
classpath 'com.netflix.nebula:nebula-publishing-plugin:7.0.12'
classpath 'com.palantir.baseline:gradle-baseline-java:0.20.1'
classpath 'com.palantir.configurationresolver:gradle-configuration-resolver-plugin:0.3.0'
classpath 'com.palantir.baseline:gradle-baseline-java:2.9.0'
classpath 'com.palantir.gradle.gitversion:gradle-git-version:0.10.0'
classpath 'gradle.plugin.com.palantir:gradle-circle-style:1.1.2'
classpath 'gradle.plugin.org.inferred:gradle-processors:2.1.0'
}
}

apply plugin: 'com.palantir.baseline'
apply plugin: 'com.palantir.baseline-config'
apply plugin: 'com.palantir.baseline-idea'
apply plugin: 'com.palantir.circle.style'
apply plugin: 'com.palantir.git-version'

allprojects {
Expand All @@ -53,8 +50,6 @@ allprojects {
}
}

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

dependencyRecommendations {
strategy OverrideTransitives
Expand Down Expand Up @@ -97,5 +92,4 @@ subprojects {
}

dependencies {
baseline 'com.palantir.baseline:gradle-baseline-java-config@zip'
}

0 comments on commit b833113

Please sign in to comment.