Skip to content

Commit 00de635

Browse files
committed
Merge branch 'release-v1.19'
* release-v1.19: Finish releasing v1.19.0 Update publishing plugin to 0.32.0 Increase publish timeout to 45m Releasing v1.19.0
2 parents 952951c + d032293 commit 00de635

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
# macos-latest is too slow. -14 will become latest in Q2 '24
99
runs-on: macos-14
1010
if: github.repository == 'square/workflow-kotlin'
11-
timeout-minutes: 35
11+
timeout-minutes: 45
1212

1313
steps:
1414
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4

dependencies/classpath.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@ com.squareup:javawriter:2.5.0
8989
com.sun.activation:javax.activation:1.2.0
9090
com.sun.istack:istack-commons-runtime:3.0.8
9191
com.sun.xml.fastinfoset:FastInfoset:1.2.16
92-
com.vanniktech:central-portal:0.31.0
93-
com.vanniktech:gradle-maven-publish-plugin:0.31.0
94-
com.vanniktech:nexus:0.31.0
92+
com.vanniktech:central-portal:0.32.0
93+
com.vanniktech:gradle-maven-publish-plugin:0.32.0
94+
com.vanniktech:nexus:0.32.0
9595
commons-codec:commons-codec:1.11
9696
commons-io:commons-io:2.13.0
9797
commons-logging:commons-logging:1.2

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ android.useAndroidX=true
88
systemProp.org.gradle.internal.publish.checksums.insecure=true
99

1010
GROUP=com.squareup.workflow1
11-
VERSION_NAME=1.19.0-SNAPSHOT
11+
VERSION_NAME=1.20.0-SNAPSHOT
1212

1313
POM_DESCRIPTION=Square Workflow
1414

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ squareup-workflow = "1.0.0"
8888
timber = "5.0.1"
8989
truth = "1.4.4"
9090
turbine = "1.0.0"
91-
vanniktech-publish = "0.31.0"
91+
vanniktech-publish = "0.32.0"
9292

9393
[plugins]
9494

0 commit comments

Comments
 (0)