File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -9,12 +9,14 @@ buildscript {
9
9
classpath ' com.palantir.gradle.consistentversions:gradle-consistent-versions:2.13.0'
10
10
classpath ' com.palantir.gradle.gitversion:gradle-git-version:3.0.0'
11
11
classpath ' com.palantir.gradle.externalpublish:gradle-external-publish-plugin:1.12.0'
12
+ classpath ' com.palantir.gradle.failure-reports:gradle-failure-reports:1.10.0'
12
13
classpath ' com.palantir.javaformat:gradle-palantir-java-format:2.38.0'
13
14
classpath ' com.palantir.gradle.shadow-jar:gradle-shadow-jar:2.8.0'
14
15
}
15
16
}
16
17
17
18
apply plugin : ' com.palantir.external-publish'
19
+ apply plugin : ' com.palantir.failure-reports'
18
20
apply plugin : ' com.palantir.baseline'
19
21
apply plugin : ' com.palantir.git-version'
20
22
apply plugin : ' com.palantir.consistent-versions'
You can’t perform that action at this time.
0 commit comments