bumped Gradle version
Some checks failed
CI / build (push) Failing after 53s

This commit is contained in:
2024-12-15 20:30:20 +08:00
parent dbf99afe2f
commit a5b7e3a3de
7 changed files with 19 additions and 12 deletions

View File

@@ -459,7 +459,8 @@ public class JarFileModuleFinder implements ModuleFinder {
/**
* Returns {@code true} if the given name is a legal type name.
*/ private static boolean isPackageName(String name) {
*/
private static boolean isPackageName(String name) {
return isTypeName(name);
}