add missing workflow steps
Some checks failed
Publish to snapshot maven / build (push) Failing after 2m45s
Some checks failed
Publish to snapshot maven / build (push) Failing after 2m45s
This commit is contained in:
parent
7fbc4ecdaf
commit
adad073065
|
@ -7,6 +7,11 @@ jobs:
|
|||
runs-on: docker
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: https://github.com/actions/setup-java@v4
|
||||
with:
|
||||
distribution: 'temurin'
|
||||
java-version: 17
|
||||
- uses: https://github.com/gradle/actions/setup-gradle@v3
|
||||
- name: Build
|
||||
run: |
|
||||
chmod +x ./gradlew
|
||||
|
|
Loading…
Reference in a new issue