dbeaver: use jdk11 because AlgorithmId.md5WithRSAEncryption_oid was removed with jdk 15

This commit is contained in:
Johannes Schleifenbaum 2021-01-18 11:15:16 +01:00
parent 7b6ee0e848
commit 3a9dfaf5fc
No known key found for this signature in database
GPG key ID: 059093B1A278BCD0

View file

@ -3480,6 +3480,8 @@ in
davfs2 = callPackage ../tools/filesystems/davfs2 { };
dbeaver = callPackage ../applications/misc/dbeaver {
jdk = jdk11; # AlgorithmId.md5WithRSAEncryption_oid was removed in jdk15
# TODO: remove once maven uses JDK 11
# error: org/eclipse/tycho/core/p2/P2ArtifactRepositoryLayout has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0
maven = maven.override {