From 1502ca6f089acb2d0566c85b8a475a4c41558451 Mon Sep 17 00:00:00 2001 From: Big-Iron-Cheems <52252627+Big-Iron-Cheems@users.noreply.github.com> Date: Mon, 27 Apr 2026 17:14:55 +0200 Subject: [PATCH] fix: use correct configuration kind in jij config --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 3e9b5de635..3f31158e6a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -118,7 +118,7 @@ java { // Source: https://github.com/florianreuth/BaseProject/blob/main/src/main/kotlin/de/florianreuth/baseproject/Fabric.kt // Licensed under Apache License 2.0 val jijExcluded = setOf("org.slf4j", "jsr305") -listOf("jij", "implementation", "include").forEach { configName -> +listOf("api", "implementation", "include").forEach { configName -> configurations.named(configName).configure { defaultDependencies { configurations.getByName("jij").incoming.resolutionResult.allComponents