Configure group/name/version through gradle.properties
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
rootProject.name = "openrndr-template"
|
||||
rootProject.name = extra["project.name"]?.toString() ?: error("project.name not set")
|
||||
|
||||
pluginManagement {
|
||||
repositories {
|
||||
|
||||
Reference in New Issue
Block a user