Add gradle default tasks: clean, build

This commit is contained in:
yushijinhun 2019-01-05 18:49:28 +08:00
parent 11ce04fba4
commit 2e53688c52
No known key found for this signature in database
GPG Key ID: 5BC167F73EA558E4

View File

@ -45,3 +45,5 @@ subprojects {
ext.year = Calendar.getInstance().get(Calendar.YEAR)
}
}
defaultTasks 'clean', 'build'