Skip to content

Commit 40594df

Browse files
LukasBrandLukasHiveMQ
authored andcommitted
Remove main classpath from systemTest source set.
1 parent e3fced4 commit 40594df

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

build.gradle.kts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -272,10 +272,7 @@ tasks.check { dependsOn(integrationTest) }
272272

273273
/* ******************** system Tests ******************** */
274274

275-
sourceSets.create("systemTest") {
276-
compileClasspath += sourceSets.main.get().output
277-
runtimeClasspath += sourceSets.main.get().output
278-
}
275+
sourceSets.create("systemTest")
279276

280277
val systemTestImplementation: Configuration by configurations.getting {
281278
extendsFrom(configurations.testImplementation.get())

0 commit comments

Comments
 (0)