File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed
Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import java.nio.file.StandardOpenOption
88import kotlin.io.path.outputStream
99
1010plugins {
11- id(" com.falsepattern.fpgradle-mc" ) version " 2.2.1 "
11+ id(" com.falsepattern.fpgradle-mc" ) version " 3.1.0 "
1212 id(" com.falsepattern.zanama" ) version " 0.2.0"
1313 id(" com.falsepattern.zigbuild" )
1414}
@@ -128,6 +128,14 @@ tasks.named<JavaCompile>(panamaNatives.compileJavaTaskName) {
128128 dependsOn(zigTranslateCpuID, zigTranslateFalseTweaks)
129129}
130130
131+ tasks.named<Jar >(panamaNatives.jarTaskName) {
132+ destinationDirectory = layout.buildDirectory.dir(" tmp/panama-libs" )
133+ }
134+
135+ tasks.named<ReobfuscatedJar >(" reobf${panamaNatives.jarTaskName} " ) {
136+ destinationDirectory = layout.buildDirectory.dir(" tmp/panama-libs" )
137+ }
138+
131139panamaNatives.java.srcDirs(translateJavaSourcesCpuID, translateJavaSourcesFalseTweaks)
132140
133141val packNatives = tasks.register<Zip >(" packNatives" ) {
@@ -294,4 +302,7 @@ dependencies {
294302 // LittleTiles 1.2.0
295303 compileOnly(deobfCurse(" littletiles-257818:2462370" ))
296304// runtimeOnlyNonPublishable(deobfCurse("creativecore-257814:2462369"))
305+ runtimeOnlyNonPublishable(" mega:blendtronic-mc1.7.10:1.9.2:dev" ) {
306+ isTransitive = false
307+ }
297308}
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-9.1 .0-bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.2 .0-bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments