mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-09 23:37:51 +07:00
Testing arc hash script 4
This commit is contained in:
@ -38,7 +38,7 @@ allprojects{
|
||||
}
|
||||
|
||||
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 ->
|
||||
|
Reference in New Issue
Block a user