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

This commit is contained in:
2024-12-15 20:30:20 +08:00
parent dbf99afe2f
commit 6c12f11536
7 changed files with 19 additions and 16 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);
}