Skip to content

Commit

Permalink
Fix CI Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nailujx86 committed May 17, 2024
1 parent 155f457 commit ab8e09a
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,15 @@ jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
name: Set up JDK 17
with:
java-version: 17
distribution: adopt-hotspot
- name: Build plugin
run: |
chmod +x gradlew
./gradlew check buildPlugin --info
- uses: actions/checkout@v4
with:
lfs: true
- uses: actions/setup-java@v4
name: Set up JDK 17
with:
java-version: 17
distribution: adopt-hotspot
- name: Build plugin
run: |
chmod +x gradlew
./gradlew check buildPlugin --info

0 comments on commit ab8e09a

Please sign in to comment.