Skip to content

Commit 4fad1a2

Browse files
committed
bump some deps and add changelog
1 parent bbdc1d1 commit 4fad1a2

3 files changed

Lines changed: 9 additions & 7 deletions

File tree

build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ import ru.vyarus.gradle.plugin.python.task.PythonTask
44
plugins {
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

1717
group = "dev.isxander"
18-
version = "1.21.1+1.0"
18+
version = "1.21.3+1.0"
1919

2020
loom {
2121
splitEnvironmentSourceSets()
@@ -215,7 +215,7 @@ publishing {
215215
tasks.register("publishDebugify") {
216216
group = "debugify"
217217

218-
dependsOn("checkBugStatuses")
218+
//dependsOn("checkBugStatuses")
219219

220220
dependsOn("clean")
221221

changelogs/1.21.3/1.21.3+1.0.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Debugify 1.21.3+1.0
2+

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
org.gradle.jvmargs=-Xmx4G
22
org.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
66
fabricLoaderVersion=0.16.9
77
qmBuild=0
88

@@ -11,6 +11,6 @@ curseforgeId=596224
1111
githubProject=isXander/Debugify
1212

1313
# Libraries
14-
fabricApiVersion=0.107.0+1.21.3
14+
fabricApiVersion=0.109.0+1.21.3
1515
yaclVersion=3.6.1+1.21.2-fabric
1616
modMenuVersion=12.0.0-beta.1

0 commit comments

Comments
 (0)