File tree Expand file tree Collapse file tree 3 files changed +3
-59
lines changed
Expand file tree Collapse file tree 3 files changed +3
-59
lines changed Original file line number Diff line number Diff line change @@ -10,16 +10,15 @@ buildscript {
1010 }
1111
1212 dependencies {
13+ classpath ' com.palantir.gradle.externalpublish:gradle-external-publish-plugin:0.4.0'
1314 classpath ' com.palantir.javaformat:gradle-palantir-java-format:1.1.0'
14- classpath ' com.netflix.nebula:gradle-info-plugin:9.3.0'
15- classpath ' com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.5'
16- classpath ' com.netflix.nebula:nebula-publishing-plugin:17.3.2'
1715 classpath ' com.palantir.gradle.consistentversions:gradle-consistent-versions:1.28.0'
1816 classpath ' com.palantir.baseline:gradle-baseline-java:3.68.0'
1917 classpath ' com.palantir.gradle.gitversion:gradle-git-version:0.12.3'
2018 }
2119}
2220
21+ apply plugin : ' com.palantir.external-publish'
2322apply plugin : ' com.palantir.baseline-config'
2423apply plugin : ' com.palantir.baseline-circleci'
2524apply plugin : ' com.palantir.git-version'
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- apply from : " $r ootDir /gradle/ publish-jar.gradle "
1+ apply plugin : ' com.palantir.external- publish-jar'
22
33dependencies {
44 // Minimal main dependencies
You can’t perform that action at this time.
0 commit comments