Skip to content

Commit f866269

Browse files
committed
use io.openapiprocessor
1 parent 37be373 commit f866269

1 file changed

Lines changed: 16 additions & 3 deletions

File tree

build.gradle.kts

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,30 @@ ext {
2323

2424
repositories {
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

3548
dependencies {
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")

0 commit comments

Comments
 (0)