For some reason it seems to run the tests for only one of the many submodules...:
Copy code
// in the root build.gradle.kts:
tasks.named<Test>("test") {
useJUnitPlatform()
testLogging {
showExceptions = true
showStandardStreams = true
exceptionFormat = FULL
}
}
🧵 1
v
Vampire
11/17/2022, 1:10 PM
Please do not split topics across several threads.
This makes following the conversation in the threads view very hard as the context of the other messages is missing.
If you have additional information either edit the original message or post to its thread.