Skip to content

Commit

Permalink
Fix java version 17
Browse files Browse the repository at this point in the history
  • Loading branch information
eddumelendez committed Dec 5, 2024
1 parent a82ef03 commit db5550c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ inputs:
java-version:
description: 'The Java version to set up'
required: true
default: '8'
default: '17'
runs:
using: "composite"
steps:
Expand Down

0 comments on commit db5550c

Please sign in to comment.