We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a149d1 commit 3969570Copy full SHA for 3969570
1 file changed
build.gradle.kts
@@ -15,8 +15,6 @@ java {
15
}
16
17
ext {
18
- set("processorApiVersion", "1.0.0.M4")
19
-
20
set("bintrayUser", project.findProperty("BINTRAY_USER") ?: "n/a")
21
set("bintrayKey", project.findProperty("BINTRAY_KEY") ?: "n/a")
22
@@ -29,7 +27,7 @@ repositories {
29
27
30
28
31
dependencies {
32
- compileOnly("com.github.hauner.openapi:openapi-processor-api:${project.ext.get("processorApiVersion")}")
+ compileOnly("com.github.hauner.openapi:openapi-processor-api:1.0.0")
33
34
implementation("org.codehaus.groovy:groovy:2.5.12")
35
implementation("com.fasterxml.jackson.core:jackson-databind:2.11.0")
0 commit comments