Skip to content

Commit

Permalink
build: Bump Foojay
Browse files Browse the repository at this point in the history
  • Loading branch information
VidTu committed Dec 2, 2024
1 parent 6a0c06f commit 89571b3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ any Fabric, any Quilt, or any NeoForge, you don't need to install anything and t
## License

This project is provided under the MIT License.
Check out [LICENSE](LICENSE) for more information.
Check out [LICENSE](https://github.com/VidTu/Ksyxis/blob/main/LICENSE) for more information.

## Building

Expand Down
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ plugins {
java.sourceCompatibility = JavaVersion.VERSION_1_8
java.targetCompatibility = JavaVersion.VERSION_1_8
java.toolchain.languageVersion = JavaLanguageVersion.of(8)

group = "ru.vidtu.ksyxis"
base.archivesName = "Ksyxis"
description = "Speed up the loading of your world."
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
*/

plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
id("org.gradle.toolchains.foojay-resolver-convention") version "0.9.0"
}

rootProject.name = "Ksyxis"
Expand Down

0 comments on commit 89571b3

Please sign in to comment.