Skip to content

Commit

Permalink
Default Java Version is 17
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Oct 28, 2024
1 parent b437ff6 commit 9dd305c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/perform-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:
required: false
description: Java Version
type: number
default: 21
default: 17

# Can be triggered manually also
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
required: false
description: Java Version
type: number
default: 21
default: 17
create_release:
required: false
description: Create Release ?
Expand Down

0 comments on commit 9dd305c

Please sign in to comment.