try to fix jenkins build. Re-add this

This commit is contained in:
Martin Robertz 2023-07-15 09:00:53 +02:00
parent d67fe98592
commit 862725a9cc
No known key found for this signature in database
GPG Key ID: EA52B2B691C68BE8

View File

@ -36,6 +36,9 @@ jobs:
- name: Validate gradle wrapper checksum
uses: gradle/wrapper-validation-action@v1
- name: Set release version
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
- name: Set up JDK 8 and 17
uses: actions/setup-java@v3
with: