Testing arc hash script 4

This commit is contained in:
Anuken
2019-09-13 13:12:34 -04:00
parent d8d9762998
commit b1edaa1408

View File

@ -38,7 +38,7 @@ allprojects{
} }
getArcHash = { getArcHash = {
return new Properties().with{ p -> p.load(new File(projectDir, 'gradle.properties')) }["archash"] return new Properties().with{ p -> p.load(new File((File)projectDir, 'gradle.properties').newReader()); return p }["archash"]
} }
arcModule = { String name -> arcModule = { String name ->