Skip to content

Commit

Permalink
Change source Java version to 21, may revert later
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbuilder1961 committed Dec 19, 2023
1 parent bfaca8b commit c9ca981
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
id "com.matthewprenger.cursegradle" version "1.4.0"
}

sourceCompatibility = JavaVersion.VERSION_17
sourceCompatibility = JavaVersion.VERSION_21
targetCompatibility = JavaVersion.VERSION_17

archivesBaseName = rootProject.archives_base_name
Expand Down
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
- Fixed messages starting with a newline not being copyable
- Switched `chatWidth`'s YACL max value to the game window's width. Note: this can be incorrect if the game window is resized after the config screen is
opened. To fix this, just open the config screen when the game window is at the desired size.
- Change source Java version to 21

## Chat Patches `202.6.0` for Minecraft 1.20.2 on Fabric
- Removed MixinExtras from dependencies because it's automatically bundled with the Fabric Loader since `0.15.0`!
Expand Down

0 comments on commit c9ca981

Please sign in to comment.