Initial Commit
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
plugins {
|
||||
id 'java-library'
|
||||
}
|
||||
|
||||
dependencies {
|
||||
}
|
||||
|
||||
jar {
|
||||
manifest {
|
||||
attributes 'Implementation-Title': 'lib3270j',
|
||||
'Implementation-Version': archiveVersion
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user