File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ import ru.vyarus.gradle.plugin.python.task.PythonTask
44plugins {
55 java
66
7- id(" fabric-loom" ) version " 1.7 .+"
7+ id(" fabric-loom" ) version " 1.8 .+"
88
9- id(" me.modmuss50.mod-publish-plugin" ) version " 0.5 .+"
9+ id(" me.modmuss50.mod-publish-plugin" ) version " 0.8 .+"
1010 `maven- publish`
1111
1212 id(" org.ajoberstar.grgit" ) version " 5.0.0"
@@ -15,7 +15,7 @@ plugins {
1515}
1616
1717group = " dev.isxander"
18- version = " 1.21.1 +1.0"
18+ version = " 1.21.3 +1.0"
1919
2020loom {
2121 splitEnvironmentSourceSets()
@@ -215,7 +215,7 @@ publishing {
215215tasks.register(" publishDebugify" ) {
216216 group = " debugify"
217217
218- dependsOn(" checkBugStatuses" )
218+ // dependsOn("checkBugStatuses")
219219
220220 dependsOn(" clean" )
221221
Original file line number Diff line number Diff line change 1+ # Debugify 1.21.3+1.0
2+
Original file line number Diff line number Diff line change 11org.gradle.jvmargs =-Xmx4G
22org.gradle.parallel =true
3- org.gradle.parallel.threads =2
3+ org.gradle.parallel.threads =4
44
5- minecraftVersion =1.21.2
5+ minecraftVersion =1.21.3
66fabricLoaderVersion =0.16.9
77qmBuild =0
88
@@ -11,6 +11,6 @@ curseforgeId=596224
1111githubProject =isXander/Debugify
1212
1313# Libraries
14- fabricApiVersion =0.107 .0+1.21.3
14+ fabricApiVersion =0.109 .0+1.21.3
1515yaclVersion =3.6.1+1.21.2-fabric
1616modMenuVersion =12.0.0-beta.1
You can’t perform that action at this time.
0 commit comments