Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
XWiki
xwiki-rendering
Commits
4bfb07b6
Commit
4bfb07b6
authored
Nov 02, 2021
by
Vincent Massol
Browse files
[Misc] Update to Java 16 now that our docker build images has upgraded from 14 to 16
* Fix comment
parent
c520e9f8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Jenkinsfile
View file @
4bfb07b6
...
...
@@ -73,8 +73,7 @@ stage ('Rendering Builds') {
properties
=
'-Dxwiki.jacoco.itDestFile=`pwd`/target/jacoco-it.exec'
sonar
=
true
javadoc
=
false
// Build with Java 16 since Sonar requires Java 11+ and we want at the same time to verify that XWiki builds
// with the latest Java version.
// Build with Java 16 since Sonar requires Java 11+.
javaTool
=
'java16'
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment