File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -247,16 +247,6 @@ def setUpModule(project, String... dependencies) {
247247 modules. each { modulePath ->
248248 implementation project. dependencies. project(path : modulePath, configuration : ' namedElements' )
249249 }
250-
251- // temporary fix
252- // Loom's library processor manager does not run on server-only
253- // projects for Minecraft versions without bundle metadata
254- if (! isCore && project. environment == ' server' ) {
255- implementation ' org.slf4j:slf4j-api:2.0.1'
256- implementation ' org.apache.logging.log4j:log4j-slf4j2-impl:2.19.0'
257- implementation ' org.apache.logging.log4j:log4j-api:2.19.0'
258- implementation ' org.apache.logging.log4j:log4j-core:2.19.0'
259- }
260250 }
261251
262252 project. rootProject. dependencies {
You can’t perform that action at this time.
0 commit comments