initial commit
This commit is contained in:
10
common/build.gradle
Normal file
10
common/build.gradle
Normal file
@@ -0,0 +1,10 @@
|
||||
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