mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-23 08:38:51 +00:00
reconfigure implementation projects
This commit is contained in:
@@ -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")
|
||||
|
||||
@@ -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")
|
||||
|
||||
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user