mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-15 07:22:29 +03:00
Made maven executable configurable
This commit is contained in:
parent
6274d071a7
commit
7a0df25525
5 changed files with 11 additions and 3 deletions
|
@ -8,6 +8,9 @@ ndk_path = "/path/to/android-ndk-r5"
|
|||
#You probably don't need to change this...
|
||||
javacc_path = "/usr/share/java"
|
||||
|
||||
#Command for running maven 3 (could be mvn, mvn3, or a full path)
|
||||
mvn3 = "mvn3"
|
||||
|
||||
repo_url = "http://f-droid.org/repo"
|
||||
repo_name = "FDroid"
|
||||
repo_icon = "fdroid-icon.png"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue