Skip to content

Commit

Permalink
Add info flag to gradle build in action
Browse files Browse the repository at this point in the history
  • Loading branch information
SandroNeumann committed Sep 19, 2023
1 parent d7af590 commit 51371d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-gradle-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
- name: Run build with Gradle Wrapper
run: ./gradlew clean build
run: ./gradlew clean build --info
env:
GITHUB_USER: "github"
GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }}
Expand Down

0 comments on commit 51371d9

Please sign in to comment.