Skip to content

Commit 291616d

Browse files
committed
fix
1 parent e9ace08 commit 291616d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ abstract class ConanInstallTask : Exec() {
6464
val conanToolchainFile: Provider<RegularFile> = arch.map { project.layout.buildDirectory.get().file("conan/$it/conan_toolchain.cmake") }
6565

6666
@get:OutputDirectory
67-
val deployerFolder: Property<String> = arch.map { project.layout.buildDirectory.get().dir("conan/$it/assets") }
67+
val deployerFolder: Property<Directory> = arch.map { project.layout.buildDirectory.get().dir("conan/$it/assets") }
6868

6969
override fun exec() {
7070
val args = mutableListOf(

0 commit comments

Comments
 (0)