Skip to content

Commit

Permalink
Bump RFG version to fix java 8 arm64 macos runs (#213)
Browse files Browse the repository at this point in the history
Tested on a m2 macbook I have access to now, now both runClient and runClient17 work.
  • Loading branch information
eigenraven authored Aug 1, 2023
1 parent 01743a4 commit 434bbd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 434bbd9

Please sign in to comment.