10 lines
207 B
Groovy
10 lines
207 B
Groovy
java {
|
|
sourceCompatibility = JavaVersion.VERSION_1_8
|
|
targetCompatibility = JavaVersion.VERSION_1_8
|
|
}
|
|
|
|
jar {
|
|
manifest {
|
|
attributes "Automatic-Module-Name" : "net.woggioni.envelope"
|
|
}
|
|
} |