Skip to content

Commit

Permalink
Excavator: Update open-source publishing plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-excavator-bot committed Jul 26, 2022
1 parent 3426913 commit cdb5c81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
gradlePluginPortal() { metadataSources { mavenPom(); ignoreGradleMetadataRedirection() } }
}
dependencies {
classpath 'com.palantir.gradle.externalpublish:gradle-external-publish-plugin:1.4.0'
classpath 'com.palantir.gradle.externalpublish:gradle-external-publish-plugin:1.11.0'
classpath 'com.palantir.javaformat:gradle-palantir-java-format:2.25.0'
classpath 'com.palantir.gradle.consistentversions:gradle-consistent-versions:2.11.0'
classpath 'com.palantir.baseline:gradle-baseline-java:4.148.0'
Expand All @@ -14,7 +14,7 @@ buildscript {
}

plugins {
id 'com.gradle.plugin-publish' version '0.16.0'
id 'com.gradle.plugin-publish' version '1.0.0'
}
allprojects {
apply plugin: 'com.palantir.java-format'
Expand Down

0 comments on commit cdb5c81

Please sign in to comment.