Skip to content

Commit f6e816b

Browse files
authored
Update gradle.yml
1 parent 48bc928 commit f6e816b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/gradle.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -229,15 +229,15 @@ jobs:
229229
with:
230230
develocity-access-key: ${{ secrets.GRAILS_DEVELOCITY_ACCESS_KEY }}
231231
- name: "📤 Publish Grails-Core Snapshot Artifacts"
232-
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 #v3.0.2
232+
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 #v3.0.2
233233
env:
234234
GRAILS_PUBLISH_RELEASE: 'false'
235235
MAVEN_PUBLISH_URL: ${{ secrets.GRAILS_NEXUS_PUBLISH_SNAPSHOT_URL }}
236236
MAVEN_PUBLISH_USERNAME: ${{ secrets.NEXUS_USER }}
237237
MAVEN_PUBLISH_PASSWORD: ${{ secrets.NEXUS_PW }}
238-
with:
238+
with:
239239
timeout_seconds: 900 # normal range 360-720s
240-
max_attempts: 3
240+
max_attempts: 3 # Attempts to address: Could not write to resource 'https://repository.apache.org/content/repositories/snapshots/...' Read timed out
241241
retry_wait_seconds: 180
242242
command: ./gradlew publish
243243
- name: "🔨 Create Grails Wrapper Distribution Zip"

0 commit comments

Comments
 (0)