File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ plugins {
142
142
id 'com.google.osdetector' version '1.7.0'
143
143
}
144
144
145
- wrapper.gradleVersion = '7.5.1 '
145
+ wrapper.gradleVersion = '8.9 '
146
146
147
147
subprojects {
148
148
apply plugin: 'java'
@@ -266,12 +266,12 @@ test.dependsOn buildNative
266
266
// Install and Publish section
267
267
268
268
task sourcesJar(type: Jar, dependsOn: 'classes') {
269
- classifier = 'sources'
269
+ archiveClassifier = 'sources'
270
270
from sourceSets.main.allSource
271
271
}
272
272
273
273
task javadocJar(type: Jar, dependsOn: 'javadoc') {
274
- classifier = 'javadoc'
274
+ archiveClassifier = 'javadoc'
275
275
from javadoc.destinationDir
276
276
}
277
277
@@ -479,7 +479,7 @@ task copyLibs(type: Copy) {
479
479
duplicatesStrategy = oldStrategy
480
480
}
481
481
482
- jar.baseName = "$(project.prefix:c)-jni-${osdetector.classifier}"
482
+ jar.archiveBaseName = "$(project.prefix:c)-jni-${osdetector.classifier}"
483
483
jar.dependsOn copyLibs
484
484
485
485
jar {
You can’t perform that action at this time.
0 commit comments