Skip to content

Commit f637bbb

Browse files
Move all test in same folder and drop Groovy and Spock
1 parent 26ccb74 commit f637bbb

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

buildSrc/build.gradle.kts

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff 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 {

0 commit comments

Comments
 (0)