File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,17 +23,30 @@ ext {
2323
2424repositories {
2525 mavenCentral()
26+
2627 maven {
2728 setUrl(" https://dl.bintray.com/openapi-processor/primary" )
29+ content {
30+ includeGroup (" io.openapiprocessor" )
31+ }
32+ mavenContent {
33+ releasesOnly()
34+ }
2835 }
36+
2937 maven {
30- // deprecated but still used
31- setUrl(" https://dl.bintray.com/hauner/openapi-processor" )
38+ setUrl(" https://oss.jfrog.org/artifactory/oss-snapshot-local" )
39+ content {
40+ includeGroup(" io.openapiprocessor" )
41+ }
42+ mavenContent {
43+ snapshotsOnly()
44+ }
3245 }
3346}
3447
3548dependencies {
36- compileOnly(" com.github.hauner.openapi :openapi-processor-api:1.0.0 " )
49+ compileOnly(" io.openapiprocessor :openapi-processor-api:1.1.0.M1 " )
3750
3851 implementation(" org.codehaus.groovy:groovy:2.5.12" )
3952 implementation(" org.codehaus.groovy:groovy-nio:2.5.12" )
You can’t perform that action at this time.
0 commit comments