From 89571b3f72468bb33bd5245a906285fec9ab5f5d Mon Sep 17 00:00:00 2001 From: VidTu Date: Mon, 2 Dec 2024 13:47:07 +0300 Subject: [PATCH] build: Bump Foojay --- README.md | 2 +- build.gradle.kts | 1 + settings.gradle.kts | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fc8108d..b9c48f2 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/build.gradle.kts b/build.gradle.kts index 780e092..18dfd57 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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." diff --git a/settings.gradle.kts b/settings.gradle.kts index 3b3b4b3..d71c84c 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -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"