Skip to content

Commit

Permalink
Merge pull request #737 from hexagontk/develop
Browse files Browse the repository at this point in the history
Set next release
  • Loading branch information
jaguililla authored Oct 29, 2024
2 parents 36cdfd1 + e32f2a5 commit a5e2361
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ jreleaser {
applyMavenCentralRules = false // Already checked
active.set(ALWAYS)
url = "https://central.sonatype.com/api/v1/publisher"
maxRetries = 240

val stagingProperty = findProperty("stagingDirectory")?.toString()
val stagingDirectory = stagingProperty ?: System.getenv("STAGING_DIRECTORY")
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ org.gradle.console=plain
org.jetbrains.dokka.experimental.gradle.pluginMode=V2EnabledWithHelpers

# Gradle
version=4.0.0-A5
version=4.0.0-A6
group=com.hexagontk
description=The atoms of your platform

Expand Down

0 comments on commit a5e2361

Please sign in to comment.