We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98d03c4 commit 29ea7a4Copy full SHA for 29ea7a4
.github/workflows/codeql-analysis.yml
@@ -81,8 +81,6 @@ jobs:
81
- name: Compile with Gradle without Build Scan
82
if: ${{ matrix.language == 'java' && github.repository_owner != 'gradle' }}
83
run: ./gradlew --init-script .github/workflows/codeql-analysis.init.gradle -S testClasses
84
- env:
85
- RELEASE_GRADLE_PLUGIN_TOKEN: ${{ secrets.RELEASE_GRADLE_PLUGIN_TOKEN }}
86
87
- name: Cleanup Gradle Daemons
88
run: ./gradlew --stop
@@ -109,4 +107,4 @@ jobs:
109
107
run: |
110
108
rm -f ~/.gradle/caches/modules-2/modules-2.lock
111
rm -f ~/.gradle/caches/modules-2/gc.properties
112
- if: ${{ matrix.language == 'java' }}
+ if: ${{ matrix.language == 'java' }}
0 commit comments