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 4e1abe1 commit 003e099Copy full SHA for 003e099
build.gradle.kts
@@ -109,6 +109,7 @@ loom {
109
}
110
111
createRemapConfigurations(testmod)
112
+ createRemapConfigurations(sourceSets.test.get())
113
114
runs {
115
getByName("server") {
@@ -201,7 +202,7 @@ dependencies {
201
202
modLocalRuntime(modCompileOnly("com.terraformersmc:modmenu:$modmenu")!!)
203
204
"testmodImplementation"(sourceSets.main.get().output)
- "modTestmodImplementation"("net.fabricmc.fabric-api:fabric-api:$fabric")
205
+ "modTestRuntimeOnly"("modTestmodImplementation"("net.fabricmc.fabric-api:fabric-api:$fabric")!!)
206
207
208
tasks.withType<ProcessResources> {
0 commit comments