Join Slack
Powered by
This message was deleted.
# kotlin-dsl
s
Slackbot
02/13/2023, 4:16 PM
This message was deleted.
a
Alex Semin
02/13/2023, 4:22 PM
Have you considered using Test Suits that should make such a configuration easier?
https://blog.gradle.org/introducing-test-suites
👍 1
v
Vampire
02/13/2023, 4:41 PM
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
Igor Wojda
02/14/2023, 10:57 AM
Thx
@Alex Semin
- this is exactly what I need 🙂
👌 1
👍 1
2
Views
Open in Slack
Previous
Next