-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Drop jdk8 build support + various improvements #1638
Drop jdk8 build support + various improvements #1638
Conversation
Configure Renovate
@@ -15,10 +15,6 @@ runs: | |||
uses: ./.github/workflows/composites/setup-jdk17 | |||
if: env.BASE_BRANCH == 'main' | |||
|
|||
- name: setup project jdk-8 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
since we do not publish java-8 artifacts anymore, let's clean the pipeline a little bit
-Dmaven.wagon.http.retryHandler.count=3 \ | ||
-Dskip.build.image=true | ||
|
||
else |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I only left the "else" part here
@ryanjbaxter minor clean-up and upgrades in the pipeline code... |
No description provided.