Skip to content

Commit afc6bc9

Browse files
DNM: Temp for Snapshot
1 parent 316c44c commit afc6bc9

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/workflows/publish-snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
publish-snapshot:
1111
runs-on: macos-latest
1212
if: github.repository == 'square/workflow-kotlin'
13-
timeout-minutes: 45
13+
timeout-minutes: 90
1414

1515
steps:
1616
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4

dependencies/classpath.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -85,17 +85,17 @@ com.squareup.moshi:moshi:1.15.2
8585
com.squareup.okhttp3:okhttp:4.12.0
8686
com.squareup.okio:okio-jvm:3.7.0
8787
com.squareup.okio:okio:3.7.0
88-
com.squareup.retrofit2:converter-moshi:2.11.0
89-
com.squareup.retrofit2:converter-scalars:2.11.0
90-
com.squareup.retrofit2:retrofit:2.11.0
88+
com.squareup.retrofit2:converter-moshi:3.0.0
89+
com.squareup.retrofit2:converter-scalars:3.0.0
90+
com.squareup.retrofit2:retrofit:3.0.0
9191
com.squareup:javapoet:1.10.0
9292
com.squareup:javawriter:2.5.0
9393
com.sun.activation:javax.activation:1.2.0
9494
com.sun.istack:istack-commons-runtime:3.0.8
9595
com.sun.xml.fastinfoset:FastInfoset:1.2.16
96-
com.vanniktech:central-portal:0.32.0
97-
com.vanniktech:gradle-maven-publish-plugin:0.32.0
98-
com.vanniktech:nexus:0.32.0
96+
com.vanniktech:central-portal:0.33.0
97+
com.vanniktech:gradle-maven-publish-plugin:0.33.0
98+
com.vanniktech:nexus:0.33.0
9999
commons-codec:commons-codec:1.11
100100
commons-io:commons-io:2.13.0
101101
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.21.0-SNAPSHOT
11+
VERSION_NAME=1.21.0-DEA2-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
@@ -94,7 +94,7 @@ squareup-workflow = "1.0.0"
9494
timber = "5.0.1"
9595
truth = "1.4.4"
9696
turbine = "1.0.0"
97-
vanniktech-publish = "0.32.0"
97+
vanniktech-publish = "0.33.0"
9898

9999
[plugins]
100100

0 commit comments

Comments
 (0)