This is an automated email from the ASF dual-hosted git repository. olamy pushed a commit to branch jdk11_support in repository https://gitbox.apache.org/repos/asf/maven-shade-plugin.git
commit 240646a173f0a739b89ef368bfc0a1ccc7170390 Author: olivier lamy <[email protected]> AuthorDate: Wed Oct 3 15:32:02 2018 +1000 add jdk11 to Jenkinsfile build Signed-off-by: olivier lamy <[email protected]> --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index e9f05f7..41fc431 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -17,4 +17,4 @@ * under the License. */ -asfMavenTlpPlgnBuild() +asfMavenTlpPlgnBuild(jdk:['7','8','9','10','11'])
