Skip to content

Commit 82ed17e

Browse files
Big-Iron-CheemsMineGame159
authored andcommitted
fix: use correct configuration kind in jij config
1 parent 9ffe8e4 commit 82ed17e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ java {
118118
// Source: https://github.com/florianreuth/BaseProject/blob/main/src/main/kotlin/de/florianreuth/baseproject/Fabric.kt
119119
// Licensed under Apache License 2.0
120120
val jijExcluded = setOf("org.slf4j", "jsr305")
121-
listOf("jij", "implementation", "include").forEach { configName ->
121+
listOf("api", "implementation", "include").forEach { configName ->
122122
configurations.named(configName).configure {
123123
defaultDependencies {
124124
configurations.getByName("jij").incoming.resolutionResult.allComponents

0 commit comments

Comments
 (0)