Skip to content

Commit

Permalink
stick to maven 3.8.6
Browse files Browse the repository at this point in the history
Apparently maven 3.9.0 has issue on our CI


temporarily stick to 3.8.6 waiting for another upgrade
  • Loading branch information
dvojtise authored Apr 6, 2023
1 parent 553cb23 commit 1ff4816
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,9 @@ spec:
}
tools {
// cf. https://wiki.eclipse.org/Jenkins#Tools_.28and_locations_on_the_default_JNLP_agent_container.29
maven 'apache-maven-latest'
// cf. https://wiki.eclipse.org/Jenkins#Apache_Maven
// maven 'apache-maven-latest'
maven 'apache-maven-3.8.6'
jdk 'openjdk-jdk11-latest'
}
environment {
Expand Down

0 comments on commit 1ff4816

Please sign in to comment.