File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed
Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change 1717 steps :
1818 - uses : actions/checkout@v4
1919
20- - name : Set up JDK
21- uses : actions/setup-java@v4
22- with :
23- distribution : temurin
24- java-version : 21
25- cache : maven
26-
27- - name : Build and Publish SNAPSHOT
28- run : ./mvnw deploy -B -V -D"maven.javadoc.skip"="true" -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"
29- env :
30- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
31-
3220 - name : Delete old packages
3321 uses :
SmartsquareGmbH/[email protected] 3422 with :
6250 org.quickfixj.quickfixj-orchestration
6351 org.quickfixj.quickfixj-parent
6452 org.quickfixj.quickfixj-perf-test
53+
54+ - name : Set up JDK
55+ uses : actions/setup-java@v4
56+ with :
57+ distribution : temurin
58+ java-version : 21
59+ cache : maven
60+
61+ - name : Build and Publish SNAPSHOT
62+ run : ./mvnw deploy -B -V -D"maven.javadoc.skip"="true" -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"
63+ env :
64+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments