Skip to content

Commit

Permalink
chore: 补充
Browse files Browse the repository at this point in the history
  • Loading branch information
ybw0014 committed Oct 8, 2024
1 parent b918f3e commit 4f3afde
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 34 deletions.
30 changes: 0 additions & 30 deletions .github/workflows/blob-builds.yml

This file was deleted.

8 changes: 4 additions & 4 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
if: startsWith(github.event.head_commit.message, '[CI skip]') == false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.0.2
- name: Set up JDK 16
uses: actions/setup-java@v3
- uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 16
java-version: 21
cache: 'maven'
- name: Build with Maven
run: mvn package --file pom.xml

0 comments on commit 4f3afde

Please sign in to comment.