We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9ace08 commit 291616dCopy full SHA for 291616d
src/main/kotlin/app/opendocument/ConanInstallTask.kt
@@ -64,7 +64,7 @@ abstract class ConanInstallTask : Exec() {
64
val conanToolchainFile: Provider<RegularFile> = arch.map { project.layout.buildDirectory.get().file("conan/$it/conan_toolchain.cmake") }
65
66
@get:OutputDirectory
67
- val deployerFolder: Property<String> = arch.map { project.layout.buildDirectory.get().dir("conan/$it/assets") }
+ val deployerFolder: Property<Directory> = arch.map { project.layout.buildDirectory.get().dir("conan/$it/assets") }
68
69
override fun exec() {
70
val args = mutableListOf(
0 commit comments