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 928ab2f commit ba20cd0Copy full SHA for ba20cd0
.github/workflows/release_without_maven.yml
@@ -43,7 +43,7 @@ jobs:
43
- uses: gradle/gradle-build-action@v2
44
with:
45
cache-read-only: ${{ github.ref != 'refs/heads/main' }}
46
- arguments: --console=plain --quiet --no-configuration-cache build distZip
+ arguments: --console=plain --quiet --no-configuration-cache build distZip -x test
47
48
- name: Create Release
49
id: create_release
0 commit comments