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 6993a20 commit 9d128f7Copy full SHA for 9d128f7
.github/workflows/nightly-build.yml
@@ -24,7 +24,7 @@ jobs:
24
cache: maven
25
26
- name: Build SNAPSHOT
27
- run: ./mvnw clean package -B -V -D"Xdoclint:none" -D"java.util.logging.config.file"="${{github.workspace}}/quickfixj-core/src/test/resources/logging.properties" -D"http.keepAlive"="false" -D"maven.wagon.http.pool"="false" -D"maven.wagon.httpconnectionManager.ttlSeconds"="120"
+ run: ./mvnw clean package -pl '!quickfixj-distribution' -B -V -D"java.util.logging.config.file"="${{github.workspace}}/quickfixj-core/src/test/resources/logging.properties" -D"http.keepAlive"="false" -D"maven.wagon.http.pool"="false" -D"maven.wagon.httpconnectionManager.ttlSeconds"="120"
28
29
- name: Delete old packages
30
continue-on-error: true
0 commit comments