Skip to content
This repository was archived by the owner on Sep 19, 2024. It is now read-only.

Commit

Permalink
Excavator: Upgrade failure-reports plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-excavator-bot committed May 17, 2024
1 parent 372266b commit 2e1b2ce
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 {
dependencies {
classpath 'com.palantir.jakartapackagealignment:jakarta-package-alignment:0.6.0'
classpath 'com.palantir.gradle.externalpublish:gradle-external-publish-plugin:1.11.0'
classpath 'com.palantir.gradle.failure-reports:gradle-failure-reports:1.9.0'
classpath 'com.palantir.javaformat:gradle-palantir-java-format:2.32.0'
}
}
Expand All @@ -33,6 +34,7 @@ apply plugin: 'java-gradle-plugin'
apply plugin: 'java-library'
apply plugin: 'groovy'
apply plugin: 'com.palantir.external-publish-jar'
apply plugin: 'com.palantir.failure-reports'

sourceCompatibility = 1.8

Expand Down

0 comments on commit 2e1b2ce

Please sign in to comment.