Skip to content

Commit

Permalink
print generate info
Browse files Browse the repository at this point in the history
  • Loading branch information
DatL4g committed Dec 8, 2024
1 parent ecc3f0c commit 023d198
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,9 @@ open class GenerateSekretTask : DefaultTask() {

@TaskAction
fun generate() {
println("Running generateSekret")
if (!enabled.getOrElse(false)) {
println("Plugin not enabled, skipping")
return
}

Expand Down

0 comments on commit 023d198

Please sign in to comment.