Kotlinify + publish to repo.fvdh.dev

This commit is contained in:
Frank van der Heijden 2021-10-05 16:44:22 +02:00
parent 22d6af916d
commit 75c2fda749
No known key found for this signature in database
GPG key ID: B808721C2DD5B5B8
19 changed files with 386 additions and 282 deletions

5
settings.gradle.kts Normal file
View file

@ -0,0 +1,5 @@
rootProject.name = "ServerUtils"
include("Common")
include("Bukkit")
include("Bungee")
include("Velocity")