From 434bbd94aea245804348d5e2fc63338a76ffb009 Mon Sep 17 00:00:00 2001 From: Raven Szewczyk Date: Tue, 1 Aug 2023 17:39:04 +0100 Subject: [PATCH] Bump RFG version to fix java 8 arm64 macos runs (#213) Tested on a m2 macbook I have access to now, now both runClient and runClient17 work. --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 15ec2019..99714184 100644 --- a/build.gradle +++ b/build.gradle @@ -69,7 +69,7 @@ plugins { id 'com.diffplug.spotless' version '6.13.0' apply false // 6.13.0 is the last jvm8 supporting version id 'com.modrinth.minotaur' version '2.+' apply false id 'com.matthewprenger.cursegradle' version '1.4.0' apply false - id 'com.gtnewhorizons.retrofuturagradle' version '1.3.21' + id 'com.gtnewhorizons.retrofuturagradle' version '1.3.24' } print("You might want to check out './gradlew :faq' if your build fails.\n")