@@ -0,0 +1,16 @@
|
||||
rootProject.name = "BuildSystem"
|
||||
|
||||
include("buildsystem-api")
|
||||
include("buildsystem-core")
|
||||
|
||||
pluginManagement {
|
||||
repositories {
|
||||
gradlePluginPortal()
|
||||
}
|
||||
}
|
||||
|
||||
dependencyResolutionManagement {
|
||||
repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user