Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion eng/pipelines/templates/variables/globals.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@ variables:
AdditionalOptions: ''
# format !<group1Id>:<artifact1Id>, !<group2Id>:<artifact2Id>,... 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'