Merge "ensure-java role: Bump default java_version to 11"

This commit is contained in:
Zuul 2022-07-11 12:38:04 +00:00 committed by Gerrit Code Review
commit 8e9d9c2f7d
2 changed files with 2 additions and 2 deletions

View File

@ -5,6 +5,6 @@ Installs the specified version of the JDK.
**Role Variables**
.. zuul:rolevar:: java_version
:default: 8
:default: 11
Version of Java to install.

View File

@ -1 +1 @@
java_version: 8
java_version: 11