Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverSchlueter authored Mar 8, 2025
1 parent 2516870 commit c6f612c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:

steps:
- name: Checkout Repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Cache Gradle dependencies
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ~/.gradle
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
Expand All @@ -32,4 +32,4 @@ jobs:
run: chmod +x ./gradlew

- name: Build plugin
run: ./gradlew shadowJar
run: ./gradlew shadowJar

0 comments on commit c6f612c

Please sign in to comment.