Archived
0

BUG: field collision

This commit is contained in:
2021-06-13 14:33:18 +03:00
parent 95474a32c4
commit e76f7ff375
3 changed files with 7 additions and 7 deletions

View File

@@ -8,7 +8,7 @@ rootProject.projectDir.toPath().resolve('gradle.properties').readLines().forEach
})
//endregion
rootProject.name = map.get('project.name')
rootProject.name = map.get('prj.name')
include('utils')
include('protocol-new')