Skip to content

Commit 3969570

Browse files
committed
updated api
1 parent 3a149d1 commit 3969570

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

build.gradle.kts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ java {
1515
}
1616

1717
ext {
18-
set("processorApiVersion", "1.0.0.M4")
19-
2018
set("bintrayUser", project.findProperty("BINTRAY_USER") ?: "n/a")
2119
set("bintrayKey", project.findProperty("BINTRAY_KEY") ?: "n/a")
2220
}
@@ -29,7 +27,7 @@ repositories {
2927
}
3028

3129
dependencies {
32-
compileOnly("com.github.hauner.openapi:openapi-processor-api:${project.ext.get("processorApiVersion")}")
30+
compileOnly("com.github.hauner.openapi:openapi-processor-api:1.0.0")
3331

3432
implementation("org.codehaus.groovy:groovy:2.5.12")
3533
implementation("com.fasterxml.jackson.core:jackson-databind:2.11.0")

0 commit comments

Comments
 (0)