diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2020-12-27 03:00:50 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2020-12-27 03:00:50 +0000 |
commit | 0671958cb754cda40b3b23215e9ed8af0f5599e4 (patch) | |
tree | 0fa08ff3518a55362645884347bea712b5f2fc5b /java/apache-commons-lang/Makefile | |
parent | Restrict to Java 8, since this doesn't compile with Java 11 (diff) |
Restrict to Java 8, since this doesn't compile with Java 11
PR: 251774
Notes
Notes:
svn path=/head/; revision=559336
Diffstat (limited to 'java/apache-commons-lang/Makefile')
-rw-r--r-- | java/apache-commons-lang/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/apache-commons-lang/Makefile b/java/apache-commons-lang/Makefile index 1b95e5124fa3..45ef2ce9fd03 100644 --- a/java/apache-commons-lang/Makefile +++ b/java/apache-commons-lang/Makefile @@ -14,6 +14,7 @@ COMMENT= Apache library with helper utilities for the java.lang API LICENSE= APACHE20 USE_JAVA= yes +JAVA_VERSION= 8 USE_ANT= yes ALL_TARGET= jar |