Skip to content

Commit

Permalink
build: MWE2 logging
Browse files Browse the repository at this point in the history
  • Loading branch information
kris7t committed Jul 7, 2024
1 parent 42128ab commit e3d6bd4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,15 @@ val mwe2: Configuration by configurations.creating {
isCanBeConsumed = false
isCanBeResolved = true
extendsFrom(configurations.implementation.get())
exclude(group = "log4j", module = "log4j")
}

val libs = the<LibrariesForLibs>()

dependencies {
mwe2(libs.mwe2.launch)
mwe2(libs.slf4j.simple)
mwe2(libs.slf4j.log4j)
}

eclipse.classpath.plusConfigurations += mwe2
1 change: 0 additions & 1 deletion subprojects/interpreter-rete-recipes/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ dependencies {
mwe2(libs.ecore.codegen)
mwe2(libs.mwe.utils)
mwe2(libs.mwe2.lib)
mwe2(libs.slf4j.simple)
mwe2(libs.xtext.core)
mwe2(libs.xtext.xbase)
}
Expand Down

0 comments on commit e3d6bd4

Please sign in to comment.