force java 21

This commit is contained in:
Rodolphe Fontaine 2024-10-17 12:39:07 +02:00
parent aafec54b1d
commit 9de166d594

View file

@ -20,6 +20,11 @@ jobs:
steps:
- name: checkout Git repository
uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
distribution: 'temurin' # See 'Supported distributions' for available options
java-version: '21'
- uses: jfrog/frogbot@v2.9.2
env:
# [Mandatory]