File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -86,25 +86,13 @@ testing {
8686 @Suppress(" UnstableApiUsage" )
8787 suites {
8888 val test by getting(JvmTestSuite ::class ) {
89- dependencies {
90- implementation(libs.groovy)
91- implementation(libs.spock.core)
92- }
9389 targets.configureEach {
9490 testTask.configure {
9591 enabled = project.hasProperty(" runBuildSrcTests" )
9692 }
9793 }
9894 }
9995
100- val integTest by registering(JvmTestSuite ::class ) {
101- dependencies {
102- implementation(gradleTestKit())
103- }
104- // Makes the gradle plugin publish its declared plugins to this source set
105- gradlePlugin.testSourceSet(sources)
106- }
107-
10896 withType(JvmTestSuite ::class ).configureEach {
10997 useJUnitJupiter(libs.versions.junit5)
11098 targets.configureEach {
You can’t perform that action at this time.
0 commit comments