mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-31 01:44:22 +07:00
no getArcHash
This commit is contained in:
parent
695dad201f
commit
f6082225e8
@ -1,10 +1,6 @@
|
||||
buildscript{
|
||||
ext{
|
||||
getArcHash = {
|
||||
return new Properties().with{ p -> p.load(file('gradle.properties').newReader()); return p }["archash"]
|
||||
}
|
||||
|
||||
arcHash = getArcHash()
|
||||
arcHash = property("archash")
|
||||
|
||||
localArc = !project.hasProperty("release") && new File(rootDir.parent, 'Arc').exists() && !project.hasProperty("noLocalArc")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user