From b270206d2e8998a18cf83a2ca74cd86de6f4ecb3 Mon Sep 17 00:00:00 2001 From: Shane Freeder Date: Sat, 9 Dec 2023 19:08:43 +0000 Subject: [PATCH] Revert "Bump configurate to 4.1.2" This reverts commit 8f45bbf872cfeeb34db027973fae3d3b265c76de. the "hack" we had to include both 3 and 4 in the runtime jar is not working, and we can't exactly break this right now --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 4fe0ce5ee..df4fb54db 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -configurate = "4.1.2" +configurate = "3.7.3" flare = "2.0.1" log4j = "2.20.0" netty = "4.1.100.Final"