We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3f9da7 commit a83a763Copy full SHA for a83a763
plugins/package-managers/conan/src/main/kotlin/ConanV2Handler.kt
@@ -71,6 +71,8 @@ internal class ConanV2Handler(private val conan: Conan) : ConanVersionHandler {
71
lockfileName,
72
"--out-file",
73
jsonFile.absolutePath,
74
+ "--profile:all",
75
+ "ort-default",
76
definitionFile.name
77
).requireSuccess()
78
} else {
@@ -82,9 +84,9 @@ internal class ConanV2Handler(private val conan: Conan) : ConanVersionHandler {
82
84
"json",
83
85
86
- definitionFile.name,
- "--profile",
87
- "ort-default"
88
89
+ definitionFile.name
90
91
}
92
0 commit comments