Compare commits

...

2 Commits

Author SHA1 Message Date
Steev
c9b1c96e3f Merge pull request 'added build automization' (#2) from main into Release
Some checks failed
Build and Release Minecraft Plugin / build (push) Failing after 15s
Build and Release Minecraft Plugin / release (push) Has been skipped
Reviewed-on: #2
2023-10-03 18:41:08 +02:00
4b8f024dea added build automization 2023-10-03 18:40:40 +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