Skip to content

Commit

Permalink
chore/fix: bump Java Mixin version, append game version and increase …
Browse files Browse the repository at this point in the history
…JVM memory on build
  • Loading branch information
CamperSamu committed Apr 30, 2024
1 parent 83ad369 commit 518610e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
id 'maven-publish'
}

version = project.mod_version
version = project.mod_version + "+" + project.minecraft_version
group = project.maven_group

repositories {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Done to increase the memory available to gradle.
org.gradle.jvmargs=-Xmx1G
org.gradle.jvmargs=-Xmx2G
# Fabric Properties
# check these on https://modmuss50.me/fabric.html
minecraft_version=1.20.5
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/chatheads.mixins.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"required": true,
"minVersion": "0.8",
"package": "com.campersamu.chatheads.mixin",
"compatibilityLevel": "JAVA_17",
"compatibilityLevel": "JAVA_21",
"mixins": [
"DownloadHeadOnJoin"
],
Expand Down

0 comments on commit 518610e

Please sign in to comment.