Skip to content

Commit 41e40f1

Browse files
author
Amit Hubale
committed
Installed openjdk-17-jdk-headless package for windows connector
1 parent e08f45c commit 41e40f1

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

packages/windows-connector/config.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@
1919
DEFAULT_PACKAGE_GIT_URL="https://github.com/delphix/dlpx-app-gate.git"
2020
SKIP_COPYRIGHTS_CHECK=true
2121

22+
function prepare() {
23+
logmust install_pkgs \
24+
openjdk-17-jdk-headless
25+
}
26+
2227
function build() {
2328
CONNECTOR_DIR="${WORKDIR}/repo/appliance/server/connector"
2429
INSTALLER_DIR="${WORKDIR}/repo/appliance/host/windows"

qa_infra_logs/qa_infra_debug.log

Whitespace-only changes.

0 commit comments

Comments
 (0)