We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b220746 commit 3b6ebd7Copy full SHA for 3b6ebd7
.github/workflows/gradle.yml
@@ -30,8 +30,6 @@ jobs:
30
PREDICTIVE_TEST_SELECTION: "${{ github.event_name == 'pull_request' && 'true' || 'false' }}"
31
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
32
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
33
- OSS_INDEX_USERNAME: ${{ secrets.OSS_INDEX_USERNAME }}
34
- OSS_INDEX_PASSWORD: ${{ secrets.OSS_INDEX_PASSWORD }}
35
steps:
36
# https://github.com/actions/virtual-environments/issues/709
37
- name: "🗑 Free disk space"
@@ -60,11 +58,6 @@ jobs:
60
58
run: |
61
59
[ -f ./setup.sh ] && ./setup.sh || [ ! -f ./setup.sh ]
62
63
- - name: "🚔 Sonatype Scan"
64
- id: sonatypescan
65
- run: |
66
- ./gradlew ossIndexAudit --no-parallel --info
67
-
68
- name: "🛠 Build with Gradle"
69
id: gradle
70
0 commit comments