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

fix java architecture in buildserver config

This commit is contained in:
Michael Pöhn 2017-04-20 12:27:04 +02:00
parent a3e7eacc9b
commit f4a7c19043

View File

@ -9,5 +9,5 @@ ndk_paths = {
}
qt_sdk_path = "/home/vagrant/qt-sdk/5.7.0/5.7"
java_paths = {
'8': "/usr/lib/jvm/java-8-openjdk-i386",
'8': "/usr/lib/jvm/java-8-openjdk-amd64",
}