Skip to content

Commit

Permalink
Upgrade Java dependency for APT package (#163)
Browse files Browse the repository at this point in the history
## What is the goal of this PR?

Depend on Java 11 in APT package for consistency with TypeDB Server

## What are the changes implemented in this PR?

Depend on `openjdk-11-jre` for APT installations.
  • Loading branch information
vmax authored Jul 2, 2021
1 parent 4e6346f commit 76495d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ assemble_apt(
maintainer = "Vaticle <[email protected]>",
description = "TypeDB (console)",
depends = [
"openjdk-8-jre",
"openjdk-11-jre",
"typedb-bin (>=%{@vaticle_typedb_common})"
],
workspace_refs = "@vaticle_typedb_console_workspace_refs//:refs.json",
Expand Down

0 comments on commit 76495d7

Please sign in to comment.