summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fed4552f0f31..d9d35d67a74e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,6 +22,9 @@ prepare() {
}
build() {
+ echo "Checking that Java is version 8..."
+ java -version 2>&1 | grep 'version "1.8' >/dev/null
+
cd "$srcdir/apple_stubs"
ant
cd "$srcdir/toolkit"