Skip to content

Commit 9539fe0

Browse files
committed
update tests.
1 parent 192fa0b commit 9539fe0

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Param(
22
[string]$LOG_PATH = "${PWD}\logs",
33
[string]$LOG_PEFIX = "docker",
44
[string]$LOG_SUFFIX = ".log",
5-
[string]$TAG = "jdk11",
5+
[string]$TAG = "jdk17",
66
[string]$NAME = "aemsdk",
77
[string]$FILE = "Dockerfile",
88
[string]$GOOGLE_DRIVEID_AEM = "",

debug.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Param(
22
[string]$LOG_PATH = "${PWD}\logs",
33
[string]$LOG_PEFIX = "docker",
44
[string]$LOG_SUFFIX = ".log",
5-
[string]$TAG = "jdk11",
5+
[string]$TAG = "jdk17",
66
[string]$FILE = "Dockerfile",
77
[string]$FUNCTIONS_URI = "https://github.com/aem-design/aemdesign-docker/releases/latest/download/functions.ps1",
88
[string]$COMMAND = "docker build . -f .\${FILE} -t ${TAG}"

test/run_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ printDebug() {
9595

9696
test_usage_java() {
9797
printLine "Testing java"
98-
CHECK="11."
98+
CHECK="17."
9999

100100
printLine "Starting Container"
101101

0 commit comments

Comments
 (0)