Did anyone say gradle? and paperweight? potentially even mojmap?!

This commit is contained in:
MiniDigger | Martin
2021-06-11 09:45:34 +02:00
parent 9cd572d31e
commit 7dd61c6238
13 changed files with 540 additions and 0 deletions

11
settings.gradle.kts Normal file
View File

@@ -0,0 +1,11 @@
pluginManagement {
repositories {
gradlePluginPortal()
maven("https://wav.jfrog.io/artifactory/repo/")
mavenLocal()
}
}
rootProject.name = "Paper"
include("Paper-API", "Paper-Server", "Paper-MojangAPI")