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 93fc2a4 commit 3abf43bCopy full SHA for 3abf43b
.github/workflows/ci.yml
@@ -72,7 +72,7 @@ jobs:
72
GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
73
GRADLE_ENTERPRISE_CACHE_USERNAME: ${{ secrets.GRADLE_ENTERPRISE_CACHE_USER }}
74
GRADLE_ENTERPRISE_CACHE_PASSWORD: ${{ secrets.GRADLE_ENTERPRISE_CACHE_PASSWORD }}
75
- run: ./gradlew build
+ run: ./gradlew build ${{ runner.os == 'Windows' && '--exclude-task antora' || ''}}
76
- name: Send notification
77
uses: ./.github/actions/send-notification
78
if: always()
0 commit comments