1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-10-20 16:37:39 +00:00

Bump versions of build tooling

The main thing of note is Spotless, which also bumps the version of
Ktlint. I've been putting this off for a while[^1], as this changed a
bunch of formatting, and Spotless's (broken) caching was making it hard
to test. Ended up downloading ktlint and running it localy.

[^1]: 8204944b5f
This commit is contained in:
Jonathan Coates
2025-03-21 12:57:31 +00:00
parent 09ad6c1905
commit c458360b18
9 changed files with 518 additions and 548 deletions

View File

@@ -6,8 +6,8 @@ package dan200.computercraft.core.filesystem;
import dan200.computercraft.api.filesystem.MountConstants;
import java.nio.file.FileSystemException;
import java.nio.file.*;
import java.nio.file.FileSystemException;
/**
* Useful constants and helper functions for working with mounts.