Commit 13b17fc 1 parent 5b2692f commit 13b17fc Copy full SHA for 13b17fc
File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -721,7 +721,7 @@ subprojects {
721
721
reporting {
722
722
reports {
723
723
testAggregateTestReport(AggregateTestReport ) {
724
- testType = TestSuiteType . UNIT_TEST
724
+ testSuiteName = " test "
725
725
}
726
726
}
727
727
}
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ import java.util.regex.Pattern
63
63
*/
64
64
65
65
plugins {
66
- id " com.netflix.nebula.ospackage-base" version " 11.10 .1"
66
+ id " com.netflix.nebula.ospackage-base" version " 11.11 .1"
67
67
}
68
68
69
69
void addProcessFilesTask (String type , boolean jdk ) {
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ if (System.getProperty("tests.coverage")) {
38
38
reporting {
39
39
reports {
40
40
testCodeCoverageReport(JacocoCoverageReport ) {
41
- testType = TestSuiteType . UNIT_TEST
41
+ testSuiteName = " test "
42
42
}
43
43
}
44
44
}
Original file line number Diff line number Diff line change 11
11
12
12
distributionBase =GRADLE_USER_HOME
13
13
distributionPath =wrapper/dists
14
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.12. 1-all.zip
14
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.13-rc- 1-all.zip
15
15
zipStoreBase =GRADLE_USER_HOME
16
16
zipStorePath =wrapper/dists
17
- distributionSha256Sum =296742a352f0b20ec14b143fb684965ad66086c7810b7b255dee216670716175
17
+ distributionSha256Sum =91c23ac1e1ec638ab260b07b15d4c5e6f84444ec7fb02d0385c383e743bf9990
You can’t perform that action at this time.
0 commit comments