Skip to content

Commit

Permalink
setup gradle?
Browse files Browse the repository at this point in the history
Signed-off-by: ForteScarlet <[email protected]>
  • Loading branch information
ForteScarlet committed Dec 4, 2024
1 parent 1fec545 commit 793d51c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/qodana_code_quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }} # to check out the actual pull request commit, not the merge commit
fetch-depth: 0 # a full history is required for pull request analysis

# setup Gradle
- name: 'Setup Gradle'
uses: gradle/actions/setup-gradle@v3
with:
gradle-version: ${{ env.GRADLE_VERSION }}
arguments: assemble -i -s -x test --warning-mode all --build-cache

- run: gradle assemble -i -s -x test --warning-mode all --build-cache

- name: 'Qodana Scan'
# https://www.jetbrains.com/help/qodana/github.html#Usage
Expand Down

0 comments on commit 793d51c

Please sign in to comment.