Skip to content

Commit

Permalink
Comment out the clean task redefinition
Browse files Browse the repository at this point in the history
  • Loading branch information
sugmanue committed Jan 13, 2025
1 parent de15b9f commit 46be406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ if (project.hasProperty("release.main")) {
apply(plugin = "org.jreleaser")

// Workaround for https://github.com/jreleaser/jreleaser/issues/1492
tasks.register("clean")
// tasks.register("clean")

configure<JReleaserExtension> {
dryrun = false
Expand Down

0 comments on commit 46be406

Please sign in to comment.