Merge pull request 'fixt workflow added missing input' (#3) from main into Release
Some checks failed
Build and Release Minecraft Plugin / build (push) Failing after 42s
Build and Release Minecraft Plugin / release (push) Has been skipped

Reviewed-on: #3
This commit is contained in:
Steev 2023-10-03 18:42:47 +02:00
commit e9e539b474

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