Skip to content

Commit

Permalink
Merge pull request getodk#6165 from seadowg/javarosa-setup
Browse files Browse the repository at this point in the history
Update command used to install local JavaRosa
  • Loading branch information
seadowg authored Jun 6, 2024
2 parents 1e4ed48 + f0e120f commit b537b21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ JavaRosa is the form engine that powers Collect. If you want to debug or change
1. Build and install your changes of JavaRosa (into your local Maven repo):

```bash
./gradlew installLocal
./gradlew publishToMavenLocal
```

1. Change `const val javarosa = javarosa_online` in `Dependencies.kt` to `const val javarosa = javarosa_local`
Expand Down

0 comments on commit b537b21

Please sign in to comment.