Fridrich Strba 2017-09-14 11:40:06 +00:00 committed by Git OBS Bridge
parent 588e6ff7a0
commit 73083c9eac
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Sep 14 11:39:40 UTC 2017 - fstrba@suse.com
- Fix build with jdk9 by specifying source and target level 1.6
-------------------------------------------------------------------
Sun May 21 07:52:44 UTC 2017 - tchvatal@suse.com

View File

@ -59,7 +59,9 @@ sed -i -e 's/.$//' *.txt
export OPT_JAR_LIST="junit"
export CLASSPATH=
CLASSPATH=target/classes:target/test-classes:$CLASSPATH
ant -Dbuild.sysclasspath=only dist
ant -Dcompile.source=1.6 -Dcompile.target=1.6 \
-Dbuild.sysclasspath=only \
dist
%install
# jars