We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
0.0.0
1 parent 0e831f6 commit 4417727Copy full SHA for 4417727
build-tools/src/main/java/org/elasticsearch/gradle/util/OsUtils.java
@@ -38,7 +38,7 @@ private OsUtils() {}
38
* This method returns true if the given version of the JDK is known to be incompatible
39
*/
40
public static boolean jdkIsIncompatibleWithOS(Version version) {
41
- return version.onOrBefore("8.10.4") && isUbuntu2404OrLater();
+ return version.after("0.0.0") && version.onOrBefore("8.10.4") && isUbuntu2404OrLater();
42
}
43
44
private static boolean isUbuntu2404OrLater() {
0 commit comments