1
0
Fridrich Strba 2018-05-15 10:48:13 +00:00 committed by Git OBS Bridge
parent b6e9b73ca4
commit 56de9d71ad
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue May 15 10:47:35 UTC 2018 - fstrba@suse.com
- Build with source and target 8
-------------------------------------------------------------------
Sun May 21 07:54:40 UTC 2017 - tchvatal@suse.com

View File

@ -67,6 +67,7 @@ export CLASSPATH=$(build-classpath \
target/commons-jxpath.jar \
):target/classes:target/test-classes
ant -Dmaven.mode.offline=true jar \
-Dant.build.javac.source=8 -Dant.build.javac.target=8 \
-lib %{_datadir}/java
%install