Skip to content

Commit

Permalink
fix: why was this here
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamalam360 committed Dec 30, 2023
1 parent 89cd61d commit b922ef6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Mod now works with cacti.
Fix an issue with the publishing pipeline. 4.1.0 is broken and will be archived.
2 changes: 1 addition & 1 deletion forge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ if (System.getenv("CURSEFORGE_API_KEY") != null && System.getenv("MODRINTH_API_K
gameVersions = [project.minecraft_version]
gameLoaders = ["forge"]

mainPublication tasks.jar
mainPublication tasks.remapJar

relations {
depends {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
org.gradle.jvmargs=-Xmx3G
org.gradle.daemon=false
org.gradle.parallel=true
version=4.1.0+1.20.2
version=4.1.1+1.20.2
minecraft_version=1.20.2
branch=main
group=io.github.jamalam360
Expand Down
2 changes: 1 addition & 1 deletion neoforge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ if (System.getenv("CURSEFORGE_API_KEY") != null && System.getenv("MODRINTH_API_K
gameVersions = [project.minecraft_version]
gameLoaders = ["neoforge"]

mainPublication tasks.jar
mainPublication tasks.remapJar

relations {
depends {
Expand Down

0 comments on commit b922ef6

Please sign in to comment.