fix generating Container image build
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 11s

This commit is contained in:
2026-07-26 19:59:56 +02:00
parent f0cf98d36e
commit 5edb929b0f
2 changed files with 1 additions and 6 deletions
-5
View File
@@ -103,11 +103,6 @@ dependencyManagement {
publishing {
publications {
maven(MavenPublication) {
groupId = group + '.docs'
artifactId = project.name
artifact pdfArtifact
}
bootJava(MavenPublication) {
artifact tasks.named("bootJar")
}