Skip to content

Conversation

@strangelookingnerd
Copy link
Contributor

With jenkinsci/jenkins#9358 in effect, it makes sense to upgrade the action to run with Java 17.

In addition I propose to use the maven cache option to reduce build time.

Testing done

None.

Submitter checklist

  • Make sure you are opening from a topic/feature/bugfix branch (right side) and not your main branch!
  • Ensure that the pull request title represents the desired changelog entry
  • Please describe what you did
  • Link to relevant issues in GitHub or Jira
  • Link to relevant pull requests, esp. upstream and downstream changes
  • Ensure you have provided tests - that demonstrates feature works or fixes the issue

@timja timja added the chore Maintenance label Jun 20, 2024
with:
java-cache: '' # Optionally enable use of a build dependency cache. Specify 'maven' or 'gradle' as appropriate.
java-version: 11 # What version of Java to set up for the build.
java-cache: 'maven' # Optionally enable use of a build dependency cache. Specify 'maven' or 'gradle' as appropriate.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

probably fine, technically can be used by gradle but there's so few gradle projects they can probably just adapt this

@timja timja merged commit 68febdc into jenkinsci:master Jun 20, 2024
@strangelookingnerd strangelookingnerd deleted the patch-1 branch June 20, 2024 19:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore Maintenance

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants