Polish
See gh-15695
This commit is contained in:
committed by
Stephane Nicoll
parent
b22561877d
commit
af3ed9ff9f
@@ -63,7 +63,7 @@ class JarFileEntries implements CentralDirectoryVisitor, Iterable<JarEntry> {
|
||||
.invoke(runtimeVersion);
|
||||
}
|
||||
catch (Throwable ex) {
|
||||
version = 8;
|
||||
version = BASE_VERSION;
|
||||
}
|
||||
RUNTIME_VERSION = version;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user