Skip to content

Commit

Permalink
Excavator: Migrate publishing to gradle-external-publish-plugin (#434)
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-excavator-bot authored Apr 7, 2021
1 parent 8d15860 commit 34cf512
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 60 deletions.
8 changes: 3 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,12 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.netflix.nebula:gradle-info-plugin:9.3.0'
classpath 'com.palantir.gradle.externalpublish:gradle-external-publish-plugin:0.4.10'
classpath 'com.palantir.javaformat:gradle-palantir-java-format:0.3.9'
classpath 'com.netflix.nebula:nebula-publishing-plugin:16.0.0'
classpath 'com.netflix.nebula:gradle-info-plugin:9.3.0'
classpath 'com.palantir.gradle.consistentversions:gradle-consistent-versions:1.28.0'
classpath 'com.palantir.baseline:gradle-baseline-java:2.49.2'
classpath 'com.palantir.gradle.gitversion:gradle-git-version:0.12.3'
classpath 'gradle.plugin.org.inferred:gradle-processors:3.3.0'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.5'
}
}

Expand All @@ -28,13 +25,14 @@ repositories {
jcenter()
}

apply plugin: 'com.palantir.external-publish'
apply plugin: 'java-gradle-plugin'
apply plugin: 'groovy'
apply plugin: 'com.palantir.baseline'
apply plugin: 'com.palantir.consistent-versions'
apply plugin: 'com.palantir.git-version'
apply plugin: 'org.inferred.processors'
apply from: "$rootDir/gradle/publish-jar.gradle"
apply plugin: 'com.palantir.external-publish-jar'

group 'com.palantir.gradle.docker'
version System.env.CIRCLE_TAG ?: gitVersion()
Expand Down
55 changes: 0 additions & 55 deletions gradle/publish-jar.gradle

This file was deleted.

0 comments on commit 34cf512

Please sign in to comment.