Skip to content

Commit

Permalink
add missing Optional
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbonnin committed Apr 5, 2024
1 parent de071c4 commit 0278a18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/kotlin/nmcp/NmcpPublishTask.kt
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ abstract class NmcpPublishTask : DefaultTask() {
abstract val publicationName: Property<String>

@get:Input
@get:Optional
abstract val endpoint: Property<String>

@TaskAction
Expand Down

0 comments on commit 0278a18

Please sign in to comment.