Fixed iOS build issues

This commit is contained in:
Anuken
2019-09-19 22:59:44 -04:00
parent 1e667946b3
commit 0e9296913c
5 changed files with 73 additions and 71 deletions

View File

@@ -38,7 +38,7 @@ allprojects{
}
getArcHash = {
return new Properties().with{ p -> p.load(new File((File)projectDir, 'gradle.properties').newReader()); return p }["archash"]
return new Properties().with{ p -> p.load(file('gradle.properties').newReader()); return p }["archash"]
}
arcModule = { String name ->
@@ -200,7 +200,7 @@ project(":core"){
}
dependencies{
if(System.properties["user.name"] == "anuke"){
if(System.properties["user.name"] == "anuke2"){
task cleanGen{
doFirst{
delete{