added old executable-jar plugin prototype (excluded from build)
This commit is contained in:
@@ -1,3 +1,14 @@
|
||||
plugins {
|
||||
id 'java-library'
|
||||
}
|
||||
|
||||
java {
|
||||
sourceCompatibility = JavaVersion.VERSION_1_8
|
||||
targetCompatibility = JavaVersion.VERSION_1_8
|
||||
}
|
||||
|
||||
jar {
|
||||
manifest {
|
||||
attributes "Automatic-Module-Name" : "net.woggioni.executable.jar"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user