Skip to content

Commit 203d96f

Browse files
authored
Update Cleanup build script to use Java 21 (#2941)
1 parent 0aea25f commit 203d96f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cje-production/cleaners/cleanupNightlyRepo.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ function cleanRepo ()
159159
echo -e "\t${eclipseexe}"
160160
exit 1
161161
fi
162-
javaexe=${JAVA_HOME}/bin/java
162+
javaexe=/opt/public/common/java/openjdk/jdk-21_x64-latest/bin/java
163163
if [[ ! -x ${javaexe} ]]
164164
then
165165
echo -e "\n\tERROR: expected java location not found, or not executable"

0 commit comments

Comments
 (0)