This message was deleted.
# kotlin-dsl
s
This message was deleted.
a
Have you considered using Test Suits that should make such a configuration easier? https://blog.gradle.org/introducing-test-suites
👍 1
v
What @Alex Semin said. 🙂 And if you did but don't want to use them, you don't put the main sourceset output onto the compile classpath and runtime classpath of the integ test sourceset: https://docs.gradle.org/current/userguide/java_testing.html#sec:configuring_java_integration_tests
👍 1
i
Thx @Alex Semin - this is exactly what I need 🙂
👌 1
👍 1