no getArcHash

This commit is contained in:
Anuken 2023-10-30 15:01:57 -04:00
parent 695dad201f
commit f6082225e8

View File

@ -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")