mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 14:30:30 +03:00
Fix buildserver debian stable java paths
This commit is contained in:
parent
f3497553e7
commit
87c7da03ee
1 changed files with 2 additions and 2 deletions
|
|
@ -4,6 +4,6 @@ ndk_paths = {
|
||||||
'r10e': "/home/vagrant/android-ndk/r10e",
|
'r10e': "/home/vagrant/android-ndk/r10e",
|
||||||
}
|
}
|
||||||
java_paths = {
|
java_paths = {
|
||||||
'1.7': "/usr/lib/jvm/java-7-openjdk",
|
'1.7': "/usr/lib/jvm/java-7-openjdk-i386",
|
||||||
'1.8': "/usr/lib/jvm/java-8-openjdk",
|
'1.8': "/usr/lib/jvm/java-8-openjdk-i386",
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue