added build automization #2

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

View File

@ -14,7 +14,7 @@ jobs:
- name: Set up Java - name: Set up Java
uses: actions/setup-java@v2 uses: actions/setup-java@v2
with: with:
java-version: 17 java-version: '17'
- name: Build with Maven - name: Build with Maven
run: mvn clean install run: mvn clean install