Skip to content

Commit

Permalink
Fix PublishTask inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
jyaganeh committed Mar 1, 2023
1 parent c120c8d commit c5dc04c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ class PublishTask extends DefaultTask {
@Optional
File nupkgDir = getProject().buildDir

@Input
@InputFile
@Optional
File nugetExec = getProject().nugetExe

Expand Down

0 comments on commit c5dc04c

Please sign in to comment.