Skip to content

Commit e9a45ea

Browse files
fix: use jdk 11 for tycho 2.x compatibility (#3693)
1 parent 77f7bb0 commit e9a45ea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

kokoro/ubuntu/release.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ echo "PRODUCT_VERSION_SUFFIX: ${PRODUCT_VERSION_SUFFIX}"
3030
[[ -n "${OAUTH_CLIENT_SECRET}" ]]
3131
[[ -n "${FIRELOG_API_KEY}" ]]
3232

33+
sudo update-java-alternatives --set java-1.11.0-openjdk-amd64
34+
3335
cd github/google-cloud-eclipse
3436

3537
# A few notes on the Maven command:

0 commit comments

Comments
 (0)