Fridrich Strba 2022-03-20 13:08:01 +00:00 committed by Git OBS Bridge
parent c2191c350a
commit 8c6cf3faf4
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Mar 20 13:07:44 UTC 2022 - Fridrich Strba <fstrba@suse.com>
- Build with source and target levels 8
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Mar 1 16:47:32 UTC 2022 - Fridrich Strba <fstrba@suse.com> Tue Mar 1 16:47:32 UTC 2022 - Fridrich Strba <fstrba@suse.com>

View File

@ -60,7 +60,7 @@ Description Language for Java.
%setup -q -n %{name}-1_6_3 %setup -q -n %{name}-1_6_3
%build %build
ant -Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6 compile javadocs ant -Dant.build.javac.source=1.8 -Dant.build.javac.target=1.8 compile javadocs
%install %install
# inject OSGi manifests # inject OSGi manifests