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 ee15673 commit ed863ecCopy full SHA for ed863ec
.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 -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 -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"
28
29
- name: Delete old packages
30
continue-on-error: true
0 commit comments