1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-02 09:10:11 +02:00

Fix misleading java_path example

As you can see in fdroidserver/common.py:219
for java_version in ('7', '8', '9'):
the code look for java version without the 1. in front, after getting a
bunch of error message that JDK could't be found, investigating the code
and documentation I discovered my configuration was ignored because of
this and realized the example was wrong
This commit is contained in:
Gioacchino Mazzurco 2018-03-12 12:01:16 +01:00
parent ef603d662b
commit 87fdca0d90
No known key found for this signature in database
GPG Key ID: A1FBCA3872E87051

View File

@ -21,7 +21,7 @@
# }
# java_paths = {
# '1.8': "/usr/lib/jvm/java-8-openjdk",
# '8': "/usr/lib/jvm/java-8-openjdk",
# }
# Build tools version to be used