mirror of
https://github.com/tiennm99/try-quarkus.git
synced 2026-08-18 04:28:34 +00:00
ci: use gradle cache and checkout v4
This commit is contained in:
@@ -12,12 +12,12 @@ jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
- name: Set up JDK 21
|
||||
uses: actions/setup-java@v4
|
||||
with:
|
||||
java-version: 21
|
||||
distribution: temurin
|
||||
cache: maven
|
||||
cache: gradle
|
||||
- name: Build
|
||||
run: ./gradlew build
|
||||
|
||||
Reference in New Issue
Block a user