Set root project name in gradle script

This commit is contained in:
Naveen 2023-09-06 14:43:20 +05:30
parent 73d78e5cd3
commit 4227985d03
No known key found for this signature in database
GPG key ID: 0E155DAD31671DA3

View file

@ -13,5 +13,6 @@ dependencyResolutionManagement {
maven { setUrl("https://jitpack.io") }
}
}
rootProject.name = "Simple-Commons"
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
include(":samples", "commons")