reconfigure implementation projects

This commit is contained in:
dfsek
2021-11-21 21:41:19 -07:00
parent 22eae6d515
commit 7e0fa4854f
100 changed files with 6 additions and 683 deletions

View File

@@ -15,10 +15,9 @@ 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:implementation"))
"shadedApi"(project(":common:implementation:base"))
shadedImplementation("org.slf4j:slf4j-log4j12:1.7.32")
// "shadedImplementation"("org.apache.logging.log4j:log4j-slf4j-impl:2.8.1")
"compileOnly"("io.papermc.paper:paper-api:1.17-R0.1-SNAPSHOT")
"shadedImplementation"("io.papermc:paperlib:1.0.5")

View File

@@ -22,7 +22,7 @@ val fabricLoader = "0.12.5"
dependencies {
"shadedApi"(project(":common:implementation"))
"shadedApi"(project(":common:implementation:base"))
shadedImplementation("org.slf4j:slf4j-log4j12:1.7.32")
// shadedImplementation("org.apache.logging.log4j:log4j-slf4j-impl:2.8.1")

View File

@@ -9,7 +9,7 @@ repositories {
}
dependencies {
"shadedApi"(project(":common:implementation"))
"shadedApi"(project(":common:implementation:base"))
shadedImplementation("org.slf4j:slf4j-log4j12:1.7.32")
// "shadedImplementation"("org.apache.logging.log4j:log4j-slf4j-impl:2.8.1")