bumped Gradle version
All checks were successful
CI / build (push) Successful in 26s

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