File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed
modules/swagger-gradle-plugin
src/test/java/io/swagger/v3/plugins/gradle Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 33// * * * * * * * * * * * *
44plugins {
55 id ' java-gradle-plugin'
6- id ' net.researchgate.release' version ' 2.6.0'
76 // Publishing publicly
8- id ' com.gradle.plugin-publish' version ' 0.11 .0'
7+ id ' com.gradle.plugin-publish' version ' 0.19 .0'
98 // Publishing to maven
109 id ' maven-publish'
1110}
@@ -15,7 +14,6 @@ plugins {
1514// * * * * * * * * * * * *
1615
1716repositories {
18- jcenter()
1917 mavenLocal()
2018 mavenCentral()
2119}
Original file line number Diff line number Diff line change @@ -77,7 +77,6 @@ public void testSwaggerResolveTask() throws IOException {
7777 " }\n " +
7878 "}\n " +
7979 "repositories {\n " +
80- " jcenter()\n " +
8180 " mavenLocal()\n " +
8281 " mavenCentral()\n " +
8382 "}\n " +
@@ -108,6 +107,7 @@ public void testSwaggerResolveTask() throws IOException {
108107 " maven {\n " +
109108 " url mavenLocal().url\n " +
110109 " }\n " +
110+ " mavenCentral()\n " +
111111 " gradlePluginPortal()\n " +
112112 " }\n " +
113113 "}\n " +
Original file line number Diff line number Diff line change 620620 <jakarta .ws-version>2.1.6</jakarta .ws-version>
621621 <jakarta .xml.bind-api-version>2.3.3</jakarta .xml.bind-api-version>
622622 <jakarta .activation-api-version>1.2.2</jakarta .activation-api-version>
623- <bnd-version >5.1.2 </bnd-version >
623+ <bnd-version >5.2.0 </bnd-version >
624624 <servlet-api-version >4.0.3</servlet-api-version >
625625 <jersey2-version >2.26</jersey2-version >
626626 <junit-version >4.13.1</junit-version >
You can’t perform that action at this time.
0 commit comments