split common

This commit is contained in:
dfsek
2021-06-22 23:56:34 -07:00
parent 10f633be9a
commit cf214cc274
548 changed files with 70 additions and 5 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ val paperURL = "https://papermc.io/api/v1/paper/%version%/latest/download/"
val purpurURL = "https://ci.pl3x.net/job/Purpur/lastSuccessfulBuild/artifact/final/purpurclip.jar"
dependencies {
"shadedApi"(project(":common"))
"shadedApi"(project(":common:implementation"))
"compileOnly"("io.papermc.paper:paper-api:1.17-R0.1-SNAPSHOT")
"shadedImplementation"("io.papermc:paperlib:1.0.5")