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 b513029 commit 8c342d6
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,15 @@ buildscript {
}

dependencies {
classpath 'gradle.plugin.com.palantir:gradle-circle-style:1.1.2'
classpath 'com.github.jengelman.gradle.plugins:shadow:5.1.0'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4'
classpath 'com.netflix.nebula:nebula-dependency-recommender:6.0.0'
classpath 'com.netflix.nebula:nebula-publishing-plugin:13.2.0'
classpath 'com.palantir.baseline:gradle-baseline-java:0.24.0'
classpath 'com.palantir.baseline:gradle-baseline-java:2.8.1'
}
}

plugins {
id 'com.palantir.configuration-resolver' version '0.2.0'
id version '0.2.0'
id 'com.palantir.git-version' version '0.11.0'
id 'org.inferred.processors' version '2.2.0'
}
Expand All @@ -25,20 +23,17 @@ repositories {
maven { url "http://palantir.bintray.com/releases" }
}

apply plugin: 'com.palantir.baseline'
apply plugin: 'com.palantir.baseline-config' // provides baselineUpdateConfig task
apply plugin: 'com.palantir.baseline-idea'
apply plugin: 'com.palantir.circle.style'

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

allprojects {
group 'com.palantir.hadoop-crypto2'
version gitVersion()

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

dependencyRecommendations {
strategy OverrideTransitives
Expand Down

0 comments on commit 8c342d6

Please sign in to comment.