Skip to content

Commit

Permalink
restore java 17 support
Browse files Browse the repository at this point in the history
  • Loading branch information
natanfudge committed Jun 10, 2023
1 parent 4976188 commit 63a7e08
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ allprojects {

java {
toolchain {
languageVersion.set(JavaLanguageVersion.of(18))
languageVersion.set(JavaLanguageVersion.of(17))
}
withSourcesJar()
}
Expand Down
2 changes: 2 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 4.4.3
- Updated Chinese translations
## 4.4.1
- Fixed gibrish text sometimes showing in the crash screen.
- Added Ukrainian translations (thanks @PetroTornados!).
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ task_tree = { id = "com.dorongold.task-tree", version.ref = "task_tree" }
[versions]

# This Mod Version
mod_version = "4.4.2"
mod_version = "4.4.3"

# Gradle Plugins
architectury_plugin = "3.4-SNAPSHOT"
Expand Down

0 comments on commit 63a7e08

Please sign in to comment.