Skip to content

Commit f5ce66d

Browse files
committed
review feedback
1 parent e7d0d48 commit f5ce66d

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ More information at https://opendocument.app/ and in the app itself.
1515
## Setup
1616

1717
- `conan remote add odr https://artifactory.opendocument.app/artifactory/api/conan/conan`
18+
- make sure `conan` is in your $PATH or replace conan-call in `app/build.gradle`

app/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ task conanProfile {
2525
task conanInstall {
2626
["armv7", "armv8", "x86", "x86_64"].each { String arch ->
2727
exec {
28-
// replace with local path to conan-binary
2928
commandLine(
3029
"conan", "install", ".",
3130
"--output-folder=build/conan/" + arch,

0 commit comments

Comments
 (0)