File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed
src/functionalTest/resources/projects
scala-multi-module-multiple-test-tasks
scala-single-module-multiple-test-tasks Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =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
55zipStoreBase =GRADLE_USER_HOME
66zipStorePath =wrapper/dists
Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments