Skip to content

Commit

Permalink
Update gradle version
Browse files Browse the repository at this point in the history
  • Loading branch information
GroobleDierne committed Dec 10, 2024
1 parent 56b6c4d commit f660bce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
.gradle/caches
key: ${{ runner.os }}-gradle-${{ env.cache-name }}-${{ hashFiles('*.gradle.kts', '**/gradle-wrapper.properties') }}
- name: Gradle Build Action
uses: gradle/gradle-build-action@v2.1.3
uses: gradle/gradle-build-action@v3.5.0
with:
gradle-version: "7.4.1"
gradle-version: "7.4.2"
arguments: assemble
- name: Clean build outputs
run: rm build/libs/LaBoulangerieCore-*dev*.jar
Expand Down

0 comments on commit f660bce

Please sign in to comment.