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 6e68a6d + f553c67 commit c2e49e8Copy full SHA for c2e49e8
.github/workflows/on_release.yml
@@ -31,4 +31,4 @@ jobs:
31
- name: Update java version
32
run: mvn versions:set -DnewVersion=${VERSION} -B -U
33
- name: Build and Release
34
- run: mvn -s .ci-settings.xml clean deploy -P release-ossrh -B -U -pl agent --also-make
+ run: mvn -s .ci-settings.xml clean deploy -DskipTests -P release-ossrh -B -U -pl agent,deep --also-make
0 commit comments