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 b4d8536 commit c476aadCopy full SHA for c476aad
kotlin-wot-integration-tests/build.gradle.kts
@@ -8,9 +8,9 @@ plugins {
8
id("io.spring.dependency-management") version "1.1.7"
9
}
10
11
-//tasks.named<Test>("test") {
12
-// enabled = false
13
-//}
+tasks.named<Test>("test") {
+ enabled = false
+}
14
15
dependencies {
16
// Replace the following with the starter dependencies of specific modules you wish to use
0 commit comments