Skip to content

Commit

Permalink
add input on encryption key
Browse files Browse the repository at this point in the history
  • Loading branch information
DatL4g committed Aug 13, 2024
1 parent 91bbfed commit 9d0ce39
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ open class GenerateSekretTask : DefaultTask() {

open val targets: SetProperty<Target> = project.objects.setProperty(Target::class.java)

@get:Input
open val encryptionKey: Property<String> = project.objects.property(String::class.java)

open val outputDirectory: DirectoryProperty = project.objects.directoryProperty()
Expand Down

0 comments on commit 9d0ce39

Please sign in to comment.