Skip to content

Commit

Permalink
修改 actions 脚本
Browse files Browse the repository at this point in the history
  • Loading branch information
HeChuQIU committed Apr 19, 2024
1 parent b1b8c74 commit b24fa79
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ jobs:
with:
distribution: 'temurin'
java-version: 17
- name: Setup Gradle
uses: gradle/gradle-build-action@v3
- name: Build with Gradle
run: ./gradlew build
- name: Setup Gradle 8.6
uses: gradle/actions/setup-gradle@v3
with:
gradle-version: 8.6
- name: Build with Gradle 8.6
run: gradle build

0 comments on commit b24fa79

Please sign in to comment.