update of gradle wrapper and publishing scripts

This commit is contained in:
2023-09-20 21:39:01 +06:00
parent 7fbf80a52a
commit 8613f350e3
10 changed files with 1938 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
apply plugin: 'maven-publish'
task javadocsJar(type: Jar) {
classifier = 'javadoc'
archiveClassifier = 'javadoc'
}
publishing {