Skip to content

Commit 76495d7

Browse files
authored
Upgrade Java dependency for APT package (#163)
## 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.
1 parent 4e6346f commit 76495d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ assemble_apt(
169169
maintainer = "Vaticle <[email protected]>",
170170
description = "TypeDB (console)",
171171
depends = [
172-
"openjdk-8-jre",
172+
"openjdk-11-jre",
173173
"typedb-bin (>=%{@vaticle_typedb_common})"
174174
],
175175
workspace_refs = "@vaticle_typedb_console_workspace_refs//:refs.json",

0 commit comments

Comments
 (0)