fixt workflow added missing input #3

Merged
Steev merged 1 commits from main into Release 2023-10-03 18:42:49 +02:00

View File

@ -15,6 +15,7 @@ jobs:
uses: actions/setup-java@v2
with:
java-version: '17'
distribution: 'adopt'
- name: Build with Maven
run: mvn clean install