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 11c0fef commit f02a15bCopy full SHA for f02a15b
kotlin-wot-integration-tests/build.gradle.kts
@@ -6,6 +6,9 @@ plugins {
6
id("io.spring.dependency-management") version "1.1.3"
7
}
8
9
+tasks.named<Test>("test") {
10
+ enabled = false
11
+}
12
13
dependencies {
14
api(project(":kotlin-wot-binding-http"))
0 commit comments