Skip to content

Commit

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

dependencies {
classpath 'com.palantir.gradle.failure-reports:gradle-failure-reports:1.8.0'
classpath 'com.palantir.jakartapackagealignment:jakarta-package-alignment:0.6.0'
classpath 'com.gradle.publish:plugin-publish-plugin:1.2.1'
classpath 'com.palantir.baseline:gradle-baseline-java:5.43.0'
Expand All @@ -27,6 +28,7 @@ apply plugin: 'com.palantir.external-publish'
apply plugin: 'com.palantir.git-version'
apply plugin: 'com.palantir.baseline'
apply plugin: 'com.palantir.consistent-versions'
apply plugin: 'com.palantir.failure-reports'

version System.env.CIRCLE_TAG ?: gitVersion()

Expand Down

0 comments on commit 1f62421

Please sign in to comment.