Skip to content

Commit

Permalink
Excavator: Upgrade failure-reports plugin (#406)
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-excavator-bot committed Mar 18, 2024
1 parent a98d59f commit 5e1e92f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ buildscript {
classpath 'com.palantir.gradle.jdks:gradle-jdks:0.36.0'
classpath 'com.palantir.gradle.jdkslatest:gradle-jdks-latest:0.13.0'
classpath 'com.palantir.gradle.externalpublish:gradle-external-publish-plugin:1.15.0'
classpath 'com.palantir.gradle.failure-reports:gradle-failure-reports:1.9.0'
classpath 'com.palantir.javaformat:gradle-palantir-java-format:2.41.0'
classpath 'com.palantir.gradle.consistentversions:gradle-consistent-versions:2.21.0'
classpath 'com.palantir.baseline:gradle-baseline-java:5.44.0'
Expand All @@ -24,6 +25,7 @@ allprojects {

apply plugin: 'com.palantir.external-publish'
apply plugin: 'com.palantir.external-publish-gradle-plugin'
apply plugin: 'com.palantir.failure-reports'
// So we get publishToMavenLocal
apply plugin: 'maven-publish'

Expand Down

0 comments on commit 5e1e92f

Please sign in to comment.