Skip to content

Commit

Permalink
Excavator: Upgrade failure-reports plugin (#641)
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-excavator-bot authored Mar 17, 2024
1 parent 51f7dd2 commit e7cc07e
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 @@ -21,6 +21,7 @@ buildscript {
}

dependencies {
classpath 'com.palantir.gradle.failure-reports:gradle-failure-reports:1.9.0'
classpath 'com.palantir.jakartapackagealignment:jakarta-package-alignment:0.6.0'
classpath 'com.palantir.gradle.jdks:gradle-jdks:0.36.0'
classpath 'com.palantir.gradle.jdkslatest:gradle-jdks-latest:0.13.0'
Expand All @@ -39,6 +40,7 @@ apply plugin: 'com.palantir.git-version'
apply plugin: 'com.palantir.consistent-versions'
apply plugin: 'com.palantir.baseline-java-versions'
apply plugin: 'com.palantir.jdks.latest'
apply plugin: 'com.palantir.failure-reports'

allprojects {
apply plugin: 'com.palantir.java-format'
Expand Down

0 comments on commit e7cc07e

Please sign in to comment.