1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-10-21 17:07:39 +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

@@ -183,7 +183,7 @@ function unset(name)
end
--- Resets the value of all settings. Equivalent to calling [`settings.unset`]
--- on every setting.
-- on every setting.
--
-- @see settings.unset
function clear()