Merge pull request #826 from jgillich/maven

add components.java to maven publication
This commit is contained in:
afischerdev 2025-08-15 18:12:30 +02:00 committed by GitHub
commit 209c58153d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,6 +16,8 @@ publishing {
}
}
publications {
gpr(MavenPublication)
gpr(MavenPublication) {
from components.java
}
}
}