Skip to content

Commit

Permalink
use gradle (not gradlew)
Browse files Browse the repository at this point in the history
  • Loading branch information
gmuth committed Nov 13, 2023
1 parent 92d75e2 commit 4f3b4d5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ jobs:
# https://github.com/marketplace/actions/gradle-build-action
- name: Gradle build
uses: gradle/[email protected]
# with:
# gradle-version: 7.6.2
# arguments: test build
with:
gradle-version: 7.6.2
arguments: sonar
#
# - name: Setup build cache
# uses: actions/cache@v2
Expand All @@ -45,8 +45,8 @@ jobs:
# ${{ runner.os }}-gradle-
# - name: Grant execute permission to gradlew
# run: chmod +x gradlew
- name: With gradle wrapper build and analyse
run: ./gradlew build sonar
# - name: With gradle wrapper build and analyse
# run: ./gradlew build sonar

# - name: Publish GitHub Packages
# env:
Expand Down

0 comments on commit 4f3b4d5

Please sign in to comment.