no getArcHash

This commit is contained in:
Anuken
2023-10-30 15:01:57 -04:00
parent 695dad201f
commit f6082225e8
+1 -5
View File
@@ -1,10 +1,6 @@
buildscript{ buildscript{
ext{ ext{
getArcHash = { arcHash = property("archash")
return new Properties().with{ p -> p.load(file('gradle.properties').newReader()); return p }["archash"]
}
arcHash = getArcHash()
localArc = !project.hasProperty("release") && new File(rootDir.parent, 'Arc').exists() && !project.hasProperty("noLocalArc") localArc = !project.hasProperty("release") && new File(rootDir.parent, 'Arc').exists() && !project.hasProperty("noLocalArc")