Lowercase project names and exclude paper-api from paper-mojangapi

This commit is contained in:
Jason Penilla
2021-12-02 20:58:35 -08:00
parent ad960f72e1
commit 74b34eec95
4 changed files with 17 additions and 13 deletions

View File

@ -5,6 +5,6 @@ pluginManagement {
}
}
rootProject.name = "ForkTest"
rootProject.name = "forktest"
include("ForkTest-API", "ForkTest-Server")
include("forktest-api", "forktest-server")