lang/bsh: use Java 8
While 2.1.0 is an improvement it still doesn't include all the fixes for deprecated APIs in JDK 11+. Upstream's master branch does much better but there is no easy patch, so set JDK to 8 for now. PR: 251824 Approved by: thierry (mentor, implicit)
This commit is contained in:
parent
7f5b5d23ca
commit
c315f403b6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=559189
@ -14,7 +14,7 @@ USE_GITHUB= yes
|
||||
GH_ACCOUNT= beanshell
|
||||
GH_PROJECT= beanshell
|
||||
|
||||
USE_JAVA= yes
|
||||
USE_JAVA= 8
|
||||
USE_ANT= yes
|
||||
ALL_TARGET= jarall
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user