isabelle: Use openjdk17

This is the same openjdk version that is used in upstream isabelle.
This commit is contained in:
Jan van Brügge
2022-01-02 11:29:44 +01:00
parent b54e5a841b
commit 63e9fb0448
+1 -1
View File
@@ -31998,7 +31998,7 @@ with pkgs;
configureFlags = [ "--enable-intinf-as-int" "--with-gmp" "--disable-shared" ];
});
java = openjdk11;
java = openjdk17;
z3 = z3_4_4_0;
};