Skip to content

Commit e38d0bb

Browse files
committed
chore: fix java home in build script
1 parent 5882d15 commit e38d0bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/action/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ main() {
8989
mv orientdb-book/ ../public/docs/develop/
9090

9191
cd ../
92-
export JAVA_HOME=/usr/lib/jvm/java-17-openjdk-amd64/
92+
export JAVA_HOME=/usr/lib/jvm/java-21-openjdk-amd64/
9393

9494
mkdir -p public/javadocs/
9595
git clone https://github.com/orientechnologies/orientdb.git orientdb

0 commit comments

Comments
 (0)