We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3fced4 commit 40594dfCopy full SHA for 40594df
build.gradle.kts
@@ -272,10 +272,7 @@ tasks.check { dependsOn(integrationTest) }
272
273
/* ******************** system Tests ******************** */
274
275
-sourceSets.create("systemTest") {
276
- compileClasspath += sourceSets.main.get().output
277
- runtimeClasspath += sourceSets.main.get().output
278
-}
+sourceSets.create("systemTest")
279
280
val systemTestImplementation: Configuration by configurations.getting {
281
extendsFrom(configurations.testImplementation.get())
0 commit comments