This repository was archived by the owner on Mar 16, 2025. It is now read-only.
File tree 1 file changed +10
-7
lines changed
1 file changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ plugins {
10
10
id " com.github.ben-manes.versions" version " 0.28.0"
11
11
}
12
12
13
- group ' com.github.hauner.openapi '
13
+ group ' io.openapiprocessor '
14
14
version ' 1.0.0.M1'
15
15
16
16
java {
@@ -35,6 +35,10 @@ repositories {
35
35
url " https://oss.sonatype.org/content/repositories/snapshots"
36
36
}
37
37
maven {
38
+ url " https://dl.bintray.com/openapi-processor/primary"
39
+ }
40
+ maven {
41
+ // deprecated but still used
38
42
url " https://dl.bintray.com/hauner/openapi-processor"
39
43
}
40
44
}
@@ -162,15 +166,14 @@ dokka {
162
166
bintray {
163
167
user = bintrayUser
164
168
key = bintrayKey
165
- publications = [' processor ' ]
169
+ publications = [' core ' ]
166
170
167
171
pkg {
168
- repo = ' openapi-processor '
172
+ repo = ' primary '
169
173
name = ' openapi-processor-core'
170
- // userOrg = 'openapi-processor'
174
+ userOrg = ' openapi-processor'
171
175
licenses = [' Apache-2.0' ]
172
- vcsUrl = ' https://github.com/hauner/openapi-processor-core'
173
-
176
+ vcsUrl = ' https://github.com/openapi-processor/openapi-processor-core'
174
177
version {
175
178
name = project. version
176
179
}
@@ -180,7 +183,7 @@ bintray {
180
183
181
184
publishing {
182
185
publications {
183
- processor (MavenPublication ) {
186
+ core (MavenPublication ) {
184
187
from components. java
185
188
artifact sourcesJar
186
189
artifact javadocJar
You can’t perform that action at this time.
0 commit comments