Files
KSpigot/settings.gradle.kts
bluefireoly 2dde989aa4 Added dokka
2020-09-28 23:30:51 +02:00

14 lines
143 B
Plaintext

rootProject.name = "KSpigot"
/*
* PLUGINS
*/
pluginManagement {
repositories {
gradlePluginPortal()
jcenter()
}
}