actions test

This commit is contained in:
unurled 2023-06-20 15:16:58 +02:00
parent 9fed1953f3
commit bbd060a5b2
Signed by: unurled
GPG key ID: FDBC9CBE1F82423F

View file

@ -6,6 +6,10 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- uses: setup-java@v3
with:
distribution: 'temurin' # See 'Supported distributions' for available options
cache: 'gradle'
- name: build - name: build
run: | run: |
chmod +x gradlew chmod +x gradlew