We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fe3604 commit baa9139Copy full SHA for baa9139
1 file changed
src/main/kotlin/app/opendocument/ConanInstallTask.kt
@@ -57,6 +57,8 @@ abstract class ConanInstallTask : Exec() {
57
buildProfile.convention("default")
58
conanfile.convention(".")
59
conanExecutable.convention("conan")
60
+ deployer.convention(null as String?)
61
+ deployerFolder.convention(null as String?)
62
}
63
64
@get:OutputDirectory
0 commit comments