Skip to content

Commit

Permalink
fix optional prop
Browse files Browse the repository at this point in the history
  • Loading branch information
andiwand committed Jan 19, 2025
1 parent 4fe3604 commit baa9139
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/kotlin/app/opendocument/ConanInstallTask.kt
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ abstract class ConanInstallTask : Exec() {
buildProfile.convention("default")
conanfile.convention(".")
conanExecutable.convention("conan")
deployer.convention(null as String?)
deployerFolder.convention(null as String?)
}

@get:OutputDirectory
Expand Down

0 comments on commit baa9139

Please sign in to comment.