We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ffe8e4 commit 82ed17eCopy full SHA for 82ed17e
1 file changed
build.gradle.kts
@@ -118,7 +118,7 @@ java {
118
// Source: https://github.com/florianreuth/BaseProject/blob/main/src/main/kotlin/de/florianreuth/baseproject/Fabric.kt
119
// Licensed under Apache License 2.0
120
val jijExcluded = setOf("org.slf4j", "jsr305")
121
-listOf("jij", "implementation", "include").forEach { configName ->
+listOf("api", "implementation", "include").forEach { configName ->
122
configurations.named(configName).configure {
123
defaultDependencies {
124
configurations.getByName("jij").incoming.resolutionResult.allComponents
0 commit comments