Skip to content

Commit 13b17fc

Browse files
committed
Update Gradle to 8.13
Signed-off-by: Andriy Redko <drreta@gmail.com>
1 parent 5b2692f commit 13b17fc

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -721,7 +721,7 @@ subprojects {
721721
reporting {
722722
reports {
723723
testAggregateTestReport(AggregateTestReport) {
724-
testType = TestSuiteType.UNIT_TEST
724+
testSuiteName = "test"
725725
}
726726
}
727727
}

distribution/packages/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ import java.util.regex.Pattern
6363
*/
6464

6565
plugins {
66-
id "com.netflix.nebula.ospackage-base" version "11.10.1"
66+
id "com.netflix.nebula.ospackage-base" version "11.11.1"
6767
}
6868

6969
void addProcessFilesTask(String type, boolean jdk) {

gradle/code-coverage.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ if (System.getProperty("tests.coverage")) {
3838
reporting {
3939
reports {
4040
testCodeCoverageReport(JacocoCoverageReport) {
41-
testType = TestSuiteType.UNIT_TEST
41+
testSuiteName = "test"
4242
}
4343
}
4444
}

gradle/wrapper/gradle-wrapper.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
distributionBase=GRADLE_USER_HOME
1313
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
1515
zipStoreBase=GRADLE_USER_HOME
1616
zipStorePath=wrapper/dists
17-
distributionSha256Sum=296742a352f0b20ec14b143fb684965ad66086c7810b7b255dee216670716175
17+
distributionSha256Sum=91c23ac1e1ec638ab260b07b15d4c5e6f84444ec7fb02d0385c383e743bf9990

0 commit comments

Comments
 (0)