Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Crystal-Spider committed Jul 7, 2024
1 parent 975b072 commit 210c451
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ and this project adheres to [Crystal Nest Semantic Versioning](https://crystalne
[Unreleased]: https://github.com/crystal-nest/cobweb
[README]: https://github.com/crystal-nest/cobweb#readme

[vX.Y.Z]: https://github.com/crystal-nest/cobweb/releases?q=X.Y.Z
[v1.0.0]: https://github.com/crystal-nest/cobweb/releases?q=1.0.0

[v0.5.9-beta]: https://github.com/crystal-nest/cobweb/releases?q=0.5.9-beta
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/groovy/multiloader-common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ publisher {
}
setGameVersions(minecraft_version)
setDisplayName("[$loader - $minecraft_version] $mod_title v$mod_version")
setJavaVersions([java_version as Integer])
setJavaVersions([JavaVersion.VERSION_21]) // Remember to update this to match java_version gradle property.
setCurseEnvironment("both") // "server", "client" or "both".
github {
repo = "$github_user/$mod_id_kebab"
Expand Down

0 comments on commit 210c451

Please sign in to comment.