File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,6 @@ testing.suites {
73
73
}
74
74
}
75
75
register<JvmTestSuite >(" integrationTest" ) {
76
- testType = TestSuiteType .INTEGRATION_TEST
77
76
targets.configureEach {
78
77
testTask {
79
78
val docsDir = file(" src/docs" )
@@ -84,7 +83,6 @@ testing.suites {
84
83
}
85
84
}
86
85
register<JvmTestSuite >(" functionalTest" ) {
87
- testType = TestSuiteType .FUNCTIONAL_TEST
88
86
targets.configureEach {
89
87
testTask {
90
88
// Required to enable `IssueExtension` for all tests.
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.12.1 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.13 -bin.zip
4
4
networkTimeout =10000
5
5
validateDistributionUrl =true
6
6
zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments