File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ plugins {
33 id ' maven-publish'
44 id ' signing'
55 id ' org.openapi.generator' version ' 6.2.0'
6- id ' org.kordamp.gradle.jandex' version ' 0.13.2 '
6+ id ' org.kordamp.gradle.jandex' version ' 1.1.0 '
77}
88
99version = " 1.3.1"
@@ -168,4 +168,6 @@ signing {
168168 sign publishing. publications. apistax
169169}
170170
171- compileJava. dependsOn tasks. openApiGenerate
171+ compileJava. dependsOn tasks. openApiGenerate
172+ sourcesJar. dependsOn tasks. openApiGenerate
173+ javadoc. dependsOn tasks. jandex
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-7 .4-bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8 .4-bin.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments