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.
2 parents 66e1811 + b11906c commit 010a306Copy full SHA for 010a306
.github/workflows/deploy-snapshots.yml
@@ -46,7 +46,10 @@ jobs:
46
./mvnw -e -B --settings .github/mvn-settings.xml \
47
-DskipTests -DskipITs -Dno-format -Dinvoker.skip=true \
48
-DretryFailedDeploymentCount=10 \
49
- -pl !integration-tests/gradle \
+ -Dno-test-modules \
50
+ -Dgradle.cache.local.enabled=false \
51
+ -Ddokka \
52
+ -DskipDocs \
53
clean deploy
54
- name: Delete Local Artifacts From Cache
55
shell: bash
0 commit comments