Skip to content

Commit

Permalink
fix: disable wrapper in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mjedynak committed Feb 18, 2024
1 parent 73fccbc commit 58354ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-gradle-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
with:
cache-disabled: true
gradle-version: 8.6

- name: Execute Gradle build
run: ./gradlew build
run: gradle build

0 comments on commit 58354ae

Please sign in to comment.