actions test
This commit is contained in:
parent
9fed1953f3
commit
bbd060a5b2
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue