Compare commits

...

2 Commits

Author SHA1 Message Date
Steev
e9e539b474 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
2023-10-03 18:42:47 +02:00
bef2c26dba fixt workflow added missing input 2023-10-03 18:42:23 +02:00

View File

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