We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de222b6 commit 62f47d8Copy full SHA for 62f47d8
build.gradle
@@ -7,7 +7,7 @@ plugins {
7
}
8
9
group 'com.github.hauner.openapi'
10
-version '0.1.0.B1'
+version '0.1-SNAPSHOT'
11
12
targetCompatibility = JavaVersion.VERSION_1_8
13
@@ -25,7 +25,7 @@ dependencies {
25
implementation 'org.codehaus.groovy:groovy:2.5.4'
26
implementation 'io.swagger.parser.v3:swagger-parser:2.0.12'
27
implementation 'org.yaml:snakeyaml:1.25'
28
- compileOnly 'com.github.hauner.openapi:openapi-generatr-gradle:0.1-SNAPSHOT'
+ compileOnly 'com.github.hauner.openapi:openapi-generatr-api:1.0.0.B1'
29
30
testImplementation ('org.spockframework:spock-core:1.3-groovy-2.5') {
31
// avoid conflicts with explicit groovy version
0 commit comments