14 lines
197 B
Groovy
14 lines
197 B
Groovy
plugins {
|
|
id 'java-library'
|
|
}
|
|
|
|
dependencies {
|
|
}
|
|
|
|
jar {
|
|
manifest {
|
|
attributes 'Implementation-Title': 'lib3270j',
|
|
'Implementation-Version': archiveVersion
|
|
}
|
|
}
|