From 3a608abe2d0999e4e702cc1b2d28366884c7f31e Mon Sep 17 00:00:00 2001 From: Moritz Zwerger Date: Tue, 29 Oct 2024 23:43:22 +0100 Subject: [PATCH] bump kutil: 1.26.4 --- build.gradle.kts | 2 +- gradle.properties | 2 +- settings.gradle.kts | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index a297c87d8..a1740eb42 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -85,7 +85,7 @@ repositories { buildscript { dependencies { - classpath("de.bixilon", "kutil", "1.26.2") + classpath("de.bixilon", "kutil", "1.26.4") } } diff --git a/gradle.properties b/gradle.properties index 2f5144cf8..8642042ae 100644 --- a/gradle.properties +++ b/gradle.properties @@ -17,5 +17,5 @@ lwjgl.version=3.3.3 ikonli.version=12.3.1 netty.version=4.1.114.Final jackson.version=2.18.1 -kutil.version=1.26.2 +kutil.version=1.26.4 glm.version=0.9.9.1-12 diff --git a/settings.gradle.kts b/settings.gradle.kts index f4a79c40f..fa98a66d2 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -1,6 +1,6 @@ /* * Minosoft - * Copyright (C) 2020-2022 Moritz Zwerger + * Copyright (C) 2020-2024 Moritz Zwerger * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. * @@ -17,5 +17,6 @@ pluginManagement { repositories { gradlePluginPortal() mavenCentral() + maven(url = "https://s01.oss.sonatype.org/content/repositories/releases/") } }