Skip to content

Commit 09fec36

Browse files
author
Pakanon Pantisawat
committed
upgrade to gradle 9.2.0 and remove obsolete testType property
1 parent ffde760 commit 09fec36

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
4-
distributionSha256Sum=f397b287023acdba1e9f6fc5ea72d22dd63669d59ed4a289a29b1a76eee151c6
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.0-bin.zip
4+
distributionSha256Sum=df67a32e86e3276d011735facb1535f64d0d88df84fa87521e90becc2d735444
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

src/functionalTest/resources/projects/scala-multi-module-multiple-test-tasks/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ allprojects {
3636
}
3737
}
3838
intTest(JvmTestSuite) {
39-
testType = TestSuiteType.INTEGRATION_TEST
4039
// dependencies { ... } does not appear to work as advertised?
4140
sources {
4241
scala {

src/functionalTest/resources/projects/scala-single-module-multiple-test-tasks/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ testing {
3939
}
4040
}
4141
intTest(JvmTestSuite) {
42-
testType = TestSuiteType.INTEGRATION_TEST
4342
// dependencies { ... } does not appear to work as advertised?
4443
sources {
4544
scala {

0 commit comments

Comments
 (0)