Skip to content

Commit

Permalink
wait longer and retry more for maven central publish (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
wakingrufus authored Jul 3, 2024
1 parent 6df08c6 commit 74bc24b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ jreleaser {
username = System.getenv("SONATYPE_USER")
password = System.getenv("SONATYPE_PASS")
namespace.set("io.github.wakingrufus")
retryDelay = 20
maxRetries = 100
}
}
}
Expand Down

0 comments on commit 74bc24b

Please sign in to comment.