add clatch for uploading of publication

This commit is contained in:
2025-05-15 22:18:43 +06:00
parent 1ae1f8dee2
commit 05e0d9b7d2
3 changed files with 49 additions and 0 deletions

View File

@@ -3,6 +3,7 @@ if (ext.getProperties()["do_publish"] == false) {
}
apply plugin: 'maven-publish'
apply from: "$sonatype_upload"
task javadocsJar(type: Jar) {
archiveClassifier = 'javadoc'