Set root project name in gradle script
This commit is contained in:
parent
73d78e5cd3
commit
4227985d03
1 changed files with 1 additions and 0 deletions
|
@ -13,5 +13,6 @@ dependencyResolutionManagement {
|
|||
maven { setUrl("https://jitpack.io") }
|
||||
}
|
||||
}
|
||||
rootProject.name = "Simple-Commons"
|
||||
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
|
||||
include(":samples", "commons")
|
||||
|
|
Loading…
Reference in a new issue