Skip to content

Commit 62f47d8

Browse files
committed
use api independent from gradle plugin
1 parent de222b6 commit 62f47d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
}
88

99
group 'com.github.hauner.openapi'
10-
version '0.1.0.B1'
10+
version '0.1-SNAPSHOT'
1111

1212
targetCompatibility = JavaVersion.VERSION_1_8
1313

@@ -25,7 +25,7 @@ dependencies {
2525
implementation 'org.codehaus.groovy:groovy:2.5.4'
2626
implementation 'io.swagger.parser.v3:swagger-parser:2.0.12'
2727
implementation 'org.yaml:snakeyaml:1.25'
28-
compileOnly 'com.github.hauner.openapi:openapi-generatr-gradle:0.1-SNAPSHOT'
28+
compileOnly 'com.github.hauner.openapi:openapi-generatr-api:1.0.0.B1'
2929

3030
testImplementation ('org.spockframework:spock-core:1.3-groovy-2.5') {
3131
// avoid conflicts with explicit groovy version

0 commit comments

Comments
 (0)