1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-09-04 19:37:55 +00:00

Update Gradle to 8.5

- Update FG to 6.0.20 - no major changes, but required for the Gradle
   update.
 - Update Loom to 1.5.x - this adds Vineflower support by default, so we
   can remove loom-vineflower.
This commit is contained in:
Jonathan Coates
2024-01-27 09:28:12 +00:00
parent 9ccee75a99
commit d38b1d04e7
6 changed files with 1046 additions and 342 deletions

View File

@@ -56,7 +56,6 @@ dependencies {
implementation(libs.librarian)
implementation(libs.minotaur)
implementation(libs.vanillaGradle)
implementation(libs.vineflower)
}
gradlePlugin {