Code cleanup

This commit is contained in:
nathan 2018-07-17 21:42:16 +02:00
parent ed528d2091
commit 4e0a24da6a
1 changed files with 0 additions and 3 deletions

View File

@ -15,9 +15,6 @@
*/
include("Utilities")
rootProject.name = "SystemTray"
for (project in rootProject.children) {
project.projectDir = file("../$project.name")
project.buildFileName = "build.gradle"