Skip to content

Commit ed863ec

Browse files
authored
Update nightly-build.yml
1 parent ee15673 commit ed863ec

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 -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 -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"
2828

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

0 commit comments

Comments
 (0)