14 lines
143 B
Plaintext
14 lines
143 B
Plaintext
rootProject.name = "KSpigot"
|
|
|
|
/*
|
|
* PLUGINS
|
|
*/
|
|
|
|
pluginManagement {
|
|
|
|
repositories {
|
|
gradlePluginPortal()
|
|
jcenter()
|
|
}
|
|
|
|
} |