mirror of
https://github.com/yawaflua/Informatis.git
synced 2025-12-10 03:59:26 +02:00
changes
This commit is contained in:
@@ -56,6 +56,15 @@ task dexify(type: Jar) {
|
||||
|
||||
task buildDex dependsOn "build", "dexify"
|
||||
|
||||
task buildMove(dependsOn: build) {
|
||||
doLast {
|
||||
copy {
|
||||
from "build/libs/UnitInfo.jar"
|
||||
into System.getenv("destination")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
tasks.withType(JavaCompile){
|
||||
targetCompatibility = 8
|
||||
sourceCompatibility = JavaVersion.VERSION_16
|
||||
|
||||
Reference in New Issue
Block a user