Skip to content

Commit 9d579fd

Browse files
committed
fix: Create it instead
1 parent a7b5dc6 commit 9d579fd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,8 @@ subprojects {
134134
}
135135

136136
if (isModModule && !isFabric) {
137-
configurations.named("forgeRuntimeLibrary").get().extendsFrom(shade)
137+
val forgeRuntimeLibrary: Configuration by configurations.creating
138+
forgeRuntimeLibrary.extendsFrom(shade)
138139
}
139140

140141
dependencies {

0 commit comments

Comments
 (0)