Files
kontor/java-ee/LibraryImpl/build.gradle
2025-04-29 12:52:55 +02:00

6 lines
105 B
Groovy

jar {
manifest {
attributes 'Implementation-Title': 'Library', 'Implementation-Version': version
}
}