9f025bdad9
* Adapt external/beanshell/java9.patch.0 to fix [javac] error: Source option 6 is no longer supported. Use 7 or later. [javac] error: Target option 6 is no longer supported. Use 7 or later. Downloaded from https://github.com/beanshell/beanshell/releases/download/2.1.1/bsh-2.1.1-src.zip Change-Id: I969813fd2bb2a910004b6c28f5ed9ba95c39895f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167764 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
11 lines
216 B
Text
11 lines
216 B
Text
--- build.xml
|
|
+++ build.xml
|
|
@@ -219,8 +219,6 @@
|
|
debug="on"
|
|
includes="**/*.java"
|
|
excludes="${excludes},**/bak/**"
|
|
- source="1.6"
|
|
- target="1.6"
|
|
>
|
|
<classpath>
|
|
<fileset refid="lib-fileset"/>
|