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 e418d7f commit ad984a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/qodana_code_quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
env:
JAVA_VERSION: 21
JAVA_DISTRIBUTION: zulu
GRADLE_VERSION: 8.5

jobs:
qodana:
Expand All @@ -31,7 +32,7 @@ jobs:
fetch-depth: 0 # a full history is required for pull request analysis

# setup Gradle
- name: Setup Gradle
- name: 'Setup Gradle'
uses: gradle/actions/setup-gradle@v3
with:
gradle-version: ${{ env.GRADLE_VERSION }}
Expand Down

0 comments on commit ad984a2

Please sign in to comment.