Skip to content

Commit 9d128f7

Browse files
authored
exclude quickfixj-distribution
... mainly because of javadoc errors, but on the other hand it shouldn't be needed
1 parent 6993a20 commit 9d128f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
cache: maven
2525

2626
- 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"
27+
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"
2828

2929
- name: Delete old packages
3030
continue-on-error: true

0 commit comments

Comments
 (0)