We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 221d158 commit 42c195aCopy full SHA for 42c195a
build.gradle.kts
@@ -58,21 +58,9 @@ afterEvaluate {
58
if (project.hasProperty("release.main")) {
59
apply(plugin = "org.jreleaser")
60
61
- // Workaround for https://github.com/jreleaser/jreleaser/issues/1492
62
- tasks.register("clean")
63
-
64
configure<JReleaserExtension> {
65
dryrun = false
66
67
- // Used for creating and pushing the version tag, but this configuration ensures that
68
- // an actual GitHub release isn't created (since the CLI release does that)
69
- release {
70
- github {
71
- skipRelease = true
72
- tagName = "{{projectVersion}}"
73
- }
74
75
76
// Used to announce a release to configured announcers.
77
// https://jreleaser.org/guide/latest/reference/announce/index.html
78
announce {
0 commit comments