Skip to content

Commit

Permalink
Excavator: Migrate publishing to gradle-external-publish-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-excavator-bot committed Jun 12, 2021
1 parent 91d05ba commit b149c75
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions build.gradle
@@ -1,3 +1,12 @@
buildscript {
repositories {
gradlePluginPortal()
mavenCentral()
jcenter()
dependencies {
classpath 'com.palantir.gradle.externalpublish:gradle-external-publish-plugin:0.4.10'
}
}
plugins {
id "com.palantir.git-version" version "0.12.3"
id "com.palantir.external-publish" version "1.2.1"
Expand Down

0 comments on commit b149c75

Please sign in to comment.