mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 11:00:19 +03:00
dbeaver: use jdk11 because AlgorithmId.md5WithRSAEncryption_oid was removed with jdk 15
This commit is contained in:
parent
7b6ee0e848
commit
3a9dfaf5fc
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user