Remove references to EoL'ed Java versions
* Java 9 and 10 are EoL'ed upstream and the ports for them are scheduled for deletion, so switch the version specification here to 11+. PR: 241022 Approved by: netchild@ Sponsored by: The FreeBSD Foundation
This commit is contained in:
@@ -27,7 +27,7 @@ GH_PROJECT= Bastillion
|
||||
|
||||
NO_ARCH= yes
|
||||
NO_BUILD= yes
|
||||
JAVA_VERSION= 1.9+
|
||||
JAVA_VERSION= 11+
|
||||
JAVA_VENDOR= openjdk
|
||||
USE_RC_SUBR= ${PORTNAME}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user