Skip to content

Commit 166536e

Browse files
committed
updated gradle to 8.4 and jandex plugin to 1.1.0
1 parent 8061921 commit 166536e

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

client/build.gradle

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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

99
version = "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
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=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
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)