File tree 2 files changed +2
-2
lines changed
src/main/groovy/com/github/hauner/openapi/gradle
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ repositories {
20
20
dependencies {
21
21
implementation localGroovy()
22
22
23
- compileOnly ' com.github.hauner.openapi:openapi-generatr-api:1.0.0.B2 '
23
+ compileOnly ' com.github.hauner.openapi:openapi-generatr-api:1.0.0.M3 '
24
24
25
25
testImplementation (' org.spockframework:spock-core:1.3-groovy-2.5' ) {
26
26
// avoid conflict with localGroovy()
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ class OpenApiGeneratrPlugin implements Plugin<Project> {
75
75
@Override
76
76
void execute (DependencySet dependencies ) {
77
77
[
78
- handler. create(" com.github.hauner.openapi:openapi-generatr-api:1.0.0.B1 " )
78
+ handler. create(" com.github.hauner.openapi:openapi-generatr-api:1.0.0.M3 " )
79
79
]. each {
80
80
dependencies. add (it)
81
81
}
You can’t perform that action at this time.
0 commit comments