Skip to content

Commit

Permalink
Excavator: Format Java files (#382)
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-excavator-bot authored Sep 22, 2022
1 parent a762790 commit d58084f
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 @@ -21,9 +21,9 @@ buildscript {
}

dependencies {
classpath 'com.palantir.gradle.externalpublish:gradle-external-publish-plugin:1.11.0'
classpath 'com.palantir.baseline:gradle-baseline-java:4.175.0'
classpath 'com.palantir.gradle.consistentversions:gradle-consistent-versions:2.11.0'
classpath 'com.palantir.gradle.externalpublish:gradle-external-publish-plugin:1.11.0'
classpath 'com.palantir.gradle.gitversion:gradle-git-version:0.15.0'
classpath 'com.palantir.javaformat:gradle-palantir-java-format:2.26.0'
}
Expand All @@ -41,7 +41,7 @@ allprojects {

repositories {
mavenCentral() { metadataSources { mavenPom(); ignoreGradleMetadataRedirection() } }
}
}
}

subprojects {
Expand Down

0 comments on commit d58084f

Please sign in to comment.