Skip to content

Commit baa9139

Browse files
committed
fix optional prop
1 parent 4fe3604 commit baa9139

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/main/kotlin/app/opendocument/ConanInstallTask.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ abstract class ConanInstallTask : Exec() {
5757
buildProfile.convention("default")
5858
conanfile.convention(".")
5959
conanExecutable.convention("conan")
60+
deployer.convention(null as String?)
61+
deployerFolder.convention(null as String?)
6062
}
6163

6264
@get:OutputDirectory

0 commit comments

Comments
 (0)