Skip to content

Commit

Permalink
jreleaser tinkering
Browse files Browse the repository at this point in the history
  • Loading branch information
fprochazka committed Nov 10, 2024
1 parent 99b9d67 commit c322d2f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,19 @@ jreleaser {
applyMavenCentralRules = true
sign = true
namespace.set("org.framefork")
retryDelay = 20
retryDelay = 30
maxRetries = 100
}
}
}
}
release {
github {
enabled = true
tagName = "v{{projectVersion}}"
releaseName = "{{tagName}}"
}
}
}

tasks.register<Delete>("cleanAllPublications") {
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencyResolutionManagement {
}
}

rootProject.name = "framefork-typed-ids"
rootProject.name = "typed-ids"

file("${rootProject.projectDir}/modules").toPath().listDirectoryEntries().forEach { moduleDir ->
include("${moduleDir.fileName}")
Expand Down

0 comments on commit c322d2f

Please sign in to comment.