Skip to content

Commit

Permalink
Test out gradle-external-publish-plugin excavator (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
CRogers authored Mar 23, 2021
1 parent 10f8fe4 commit be5b134
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 59 deletions.
5 changes: 2 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ buildscript {
}

dependencies {
classpath 'com.netflix.nebula:gradle-info-plugin:9.3.0'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.5'
classpath 'com.netflix.nebula:nebula-publishing-plugin:17.3.2'
classpath 'com.palantir.gradle.externalpublish:gradle-external-publish-plugin:0.3.3'
classpath 'com.palantir.baseline:gradle-baseline-java:2.49.2'
classpath 'com.palantir.gradle.gitversion:gradle-git-version:0.12.3'
}
Expand All @@ -38,6 +36,7 @@ apply plugin: 'com.palantir.baseline-config'
apply plugin: 'com.palantir.baseline-idea'
apply plugin: 'com.palantir.git-version'
apply plugin: 'com.palantir.baseline'
apply plugin: 'com.palantir.external-publish'

allprojects {
group 'com.palantir.human-readable-types'
Expand Down
55 changes: 0 additions & 55 deletions gradle/publish-jar.gradle

This file was deleted.

2 changes: 1 addition & 1 deletion human-readable-types/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

apply from: "$rootDir/gradle/publish-jar.gradle"
apply plugin: 'com.palantir.external-publish-jar'

dependencies {
compile 'com.fasterxml.jackson.core:jackson-databind'
Expand Down

0 comments on commit be5b134

Please sign in to comment.