File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1515
1616jobs :
1717 publish :
18- timeout-minutes : 90
18+ timeout-minutes : 120
1919 runs-on : macos-latest
2020 steps :
2121 - uses : actions/checkout@v6
3838
3939 - name : Publish artifacts
4040 run : ./gradlew publishToMavenCentral -Pversion=${{ github.event.release.name }} -Penable_wasm=true
41+ continue-on-error : true
4142
4243 - name : Publish plug-ins
4344 run : ./gradlew publishPlugins -Pversion=${{ github.event.release.name }} -Penable_wasm=true -Pgradle.publish.key=${{ secrets.GRADLE_PUBLISH_KEY }} -Pgradle.publish.secret=${{ secrets.GRADLE_PUBLISH_SECRET }}
45+ continue-on-error : true
Original file line number Diff line number Diff line change @@ -22,6 +22,9 @@ POM_SCM_URL=https://github.com/arrow-kt/arrow/
2222POM_SCM_CONNECTION =scm:git:git://github.com/arrow-kt/arrow.git
2323POM_SCM_DEV_CONNECTION =scm:git:ssh://git@github.com/arrow-kt/arrow.git
2424
25+ SONATYPE_CONNECT_TIMEOUT_SECONDS =600
26+ SONATYPE_CLOSE_TIMEOUT_SECONDS =1800
27+
2528# Gradle options
2629org.gradle.jvmargs =-Xmx4g
2730org.gradle.parallel =true
You can’t perform that action at this time.
0 commit comments