Use spring-io/spring-gradle-build-action
Closes gh-1120
This commit is contained in:
3
.github/workflows/pr-build-workflow.yml
vendored
3
.github/workflows/pr-build-workflow.yml
vendored
@@ -17,8 +17,9 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Set up JDK ${{ matrix.jdk }}
|
||||
uses: actions/setup-java@v1
|
||||
uses: spring-io/spring-gradle-build-action@v2
|
||||
with:
|
||||
java-version: ${{ matrix.jdk }}
|
||||
distribution: 'temurin'
|
||||
- name: Build with Gradle
|
||||
run: ./gradlew clean build
|
||||
|
||||
Reference in New Issue
Block a user