Added dokka

This commit is contained in:
bluefireoly
2020-09-28 23:30:51 +02:00
parent b240ec024c
commit 2dde989aa4
2 changed files with 20 additions and 2 deletions

View File

@@ -1,2 +1,14 @@
rootProject.name = "KSpigot"
/*
* PLUGINS
*/
pluginManagement {
repositories {
gradlePluginPortal()
jcenter()
}
}