1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-12-16 02:18:05 +00:00

Various Gradle tweaks

- Update Gradle to 8.7
 - Configure IntelliJ to build internally, rather than delgating to
   Gradle. We've seen some weird issues with using delegated builds, so
   best avoided.
 - Remove gitpod config. This has been broken for a while (used Java 16
   rather than 17) and nobody noticed, so I suspect nobody uses this.
This commit is contained in:
Jonathan Coates
2024-04-19 10:07:59 +01:00
parent 776fa00b94
commit 0771c4891b
7 changed files with 19 additions and 45 deletions

View File

@@ -60,7 +60,7 @@ curseForgeGradle = "1.0.14"
errorProne-core = "2.23.0"
errorProne-plugin = "3.1.0"
fabric-loom = "1.6.7"
forgeGradle = "6.0.20"
forgeGradle = "6.0.21"
githubRelease = "2.5.2"
gradleVersions = "0.50.0"
ideaExt = "1.1.7"
@@ -72,7 +72,7 @@ nullAway = "0.10.25"
spotless = "6.23.3"
taskTree = "2.1.1"
teavm = "0.10.0-SQUID.4"
vanillaExtract = "0.1.2"
vanillaExtract = "0.1.3"
versionCatalogUpdate = "0.8.1"
[libraries]