diff --git a/eng/pipelines/templates/variables/globals.yml b/eng/pipelines/templates/variables/globals.yml index b8af26ebb576..8d9627b1d78a 100644 --- a/eng/pipelines/templates/variables/globals.yml +++ b/eng/pipelines/templates/variables/globals.yml @@ -9,5 +9,7 @@ variables: AdditionalOptions: '' # format !:, !:,... no trailing comma is necessary PLSkipOptions: '' - # This is the default Java version. It's the version used to build the shipping libraries, spot bugs etc. + # This is the default Java build version. It's the version used to build the shipping libraries, Spotbugs etc. JavaBuildVersion: '1.11' + # This is the default Java test version. It's the version used when running tests. + JavaTestVersion: '1.11'