Skip to content

Commit c7965c7

Browse files
Init conan profile to "default"
1 parent d39e03a commit c7965c7

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ abstract class ConanInstallTask : Exec() {
3535
@get:Input
3636
abstract val profile: Property<String>
3737

38+
39+
init {
40+
profile.convention("default")
41+
}
42+
3843
@get:OutputDirectory
3944
val outputDirectory: Provider<Directory> = arch.map { project.layout.buildDirectory.get().dir("conan/$it") }
4045

0 commit comments

Comments
 (0)