File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020
2121
2222ext {
23- processorApiVersion = ' 1.0.0 '
23+ processorApiVersion = ' 1.1.0.M1 '
2424 jacksonVersion = ' 2.11.0'
2525
2626 bintrayUser = project. hasProperty (' BINTRAY_USER' ) ? BINTRAY_USER : ' n/a'
@@ -35,7 +35,7 @@ repositories {
3535 url " https://oss.sonatype.org/content/repositories/snapshots"
3636 }
3737 maven {
38- url " https://dl.bintray.com/hauner/ openapi-processor"
38+ setUrl( " https://dl.bintray.com/openapi-processor/primary " )
3939 }
4040}
4141
@@ -68,15 +68,15 @@ dependencies {
6868 components. all(JacksonPlatformRule )
6969 components. all(KotlinPlatformRule )
7070
71- compileOnly ' com.github.hauner.openapi :openapi-processor-api:1.0.0 '
72- implementation ' com.github.hauner.openapi :openapi-processor-core:1.0.0.M1'
71+ compileOnly " io.openapiprocessor :openapi-processor-api:$p rocessorApiVersion "
72+ implementation ' io.openapiprocessor :openapi-processor-core:1.0.0.M1'
7373
7474 implementation ' org.codehaus.groovy:groovy:2.5.12'
7575 implementation ' org.slf4j:slf4j-api:1.7.30'
7676
77- testImplementation (" com.github.hauner.openapi :openapi-processor-api:$processorApiVersion " )
77+ testImplementation (" io.openapiprocessor :openapi-processor-api:$processorApiVersion " )
7878
79- testImplementation (' com.github.hauner.openapi :openapi-processor-test:1.0.0.M1' ) {
79+ testImplementation (' io.openapiprocessor :openapi-processor-test:1.0.0.M1' ) {
8080 exclude group : ' com.google.guava'
8181 }
8282
You can’t perform that action at this time.
0 commit comments