Skip to content

Commit

Permalink
bump some deps and add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
isXander committed Nov 19, 2024
1 parent bbdc1d1 commit 4fad1a2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ import ru.vyarus.gradle.plugin.python.task.PythonTask
plugins {
java

id("fabric-loom") version "1.7.+"
id("fabric-loom") version "1.8.+"

id("me.modmuss50.mod-publish-plugin") version "0.5.+"
id("me.modmuss50.mod-publish-plugin") version "0.8.+"
`maven-publish`

id("org.ajoberstar.grgit") version "5.0.0"
Expand All @@ -15,7 +15,7 @@ plugins {
}

group = "dev.isxander"
version = "1.21.1+1.0"
version = "1.21.3+1.0"

loom {
splitEnvironmentSourceSets()
Expand Down Expand Up @@ -215,7 +215,7 @@ publishing {
tasks.register("publishDebugify") {
group = "debugify"

dependsOn("checkBugStatuses")
//dependsOn("checkBugStatuses")

dependsOn("clean")

Expand Down
2 changes: 2 additions & 0 deletions changelogs/1.21.3/1.21.3+1.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Debugify 1.21.3+1.0

6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
org.gradle.jvmargs=-Xmx4G
org.gradle.parallel=true
org.gradle.parallel.threads=2
org.gradle.parallel.threads=4

minecraftVersion=1.21.2
minecraftVersion=1.21.3
fabricLoaderVersion=0.16.9
qmBuild=0

Expand All @@ -11,6 +11,6 @@ curseforgeId=596224
githubProject=isXander/Debugify

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

0 comments on commit 4fad1a2

Please sign in to comment.