10 lines
144 B
Groovy
10 lines
144 B
Groovy
pluginManagement {
|
|
repositories {
|
|
gradlePluginPortal()
|
|
jcenter()
|
|
}
|
|
}
|
|
|
|
rootProject.name = "ConversionApp"
|
|
include ':app'
|