6 lines
105 B
Groovy
6 lines
105 B
Groovy
jar {
|
|
manifest {
|
|
attributes 'Implementation-Title': 'Library', 'Implementation-Version': version
|
|
}
|
|
}
|