added jpms url protocol
Some checks failed
CI / build (push) Failing after 31s
CI / Build Docker images (push) Failing after 17s

This commit is contained in:
2025-01-09 20:44:23 +08:00
parent 01d5b1462c
commit 3de7085443
22 changed files with 83 additions and 269 deletions

View File

@@ -49,16 +49,10 @@ tasks.named(BasePlugin.ASSEMBLE_TASK_NAME) {
dependsOn(bundleTask)
}
def bundleArtifact = artifacts.add('archives', bundleTask.get().archiveFile.get().asFile) {
type = 'tar'
builtBy bundleTask
}
publishing {
publications {
maven(MavenPublication) {
artifact bundleArtifact
artifact bundleTask
}
}
}