mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-22 12:38:05 +07:00
Testing arc hash script 3
This commit is contained in:
parent
dd93284062
commit
d8d9762998
@ -34,11 +34,11 @@ allprojects{
|
||||
}
|
||||
|
||||
localArc = {
|
||||
return (!project.hasProperty("release")) && new File(projectDir.parent, '../Arc').exists()
|
||||
return !project.hasProperty("release") && new File(projectDir.parent, '../Arc').exists()
|
||||
}
|
||||
|
||||
getArcHash = {
|
||||
return new Properties().with{ p -> p.load(new File(projectDir, 'gradle.properties'))}["archash"]
|
||||
return new Properties().with{ p -> p.load(new File(projectDir, 'gradle.properties')) }["archash"]
|
||||
}
|
||||
|
||||
arcModule = { String name ->
|
||||
|
@ -1,3 +1,3 @@
|
||||
org.gradle.daemon=true
|
||||
org.gradle.jvmargs=-Xms256m -Xmx1024m
|
||||
archash=2a036f76037ef21885230f6df30068a646fc3a0a
|
||||
archash=41590404d0897e36fbe82cf9975d0af1c8e3397a
|
||||
|
Loading…
Reference in New Issue
Block a user