initial
This commit is contained in:
15
settings.gradle
Normal file
15
settings.gradle
Normal file
@@ -0,0 +1,15 @@
|
||||
pluginManagement {
|
||||
repositories {
|
||||
maven{ url 'https://mvnrepository.com/'}
|
||||
|
||||
gradlePluginPortal()
|
||||
// If you have other custom repositories, add them here
|
||||
}
|
||||
}
|
||||
|
||||
rootProject.name = 'demo'
|
||||
|
||||
|
||||
include 'db'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user