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.
2 parents d56954c + c99d040 commit ff99e17Copy full SHA for ff99e17
1 file changed
bootstrap/mod/gametest/build.gradle.kts
@@ -46,6 +46,10 @@ tasks {
46
shadowJar.get().enabled = false
47
mergeShadowAndJarJar.get().enabled = false
48
49
+ withType(PublishToMavenRepository::class).configureEach {
50
+ enabled = false
51
+ }
52
+
53
// it'd be processGametestResources if we had a separate source set for tests
54
getByName("processResources", ProcessResources::class) {
55
filesMatching("fabric.mod.json") {
0 commit comments