Fridrich Strba 2019-11-22 09:11:26 +00:00 committed by Git OBS Bridge
parent e1d3f5f223
commit a143b14c81

View File

@ -1,7 +1,7 @@
# #
# spec file for package antlr3 # spec file for package antlr3
# #
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2019 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -172,11 +172,11 @@ sed -i 's/jsr14/1.6/' antlr3-maven-archetype/src/main/resources/archetype-resour
%{mvn_file} :antlr-maven-plugin antlr3-maven-plugin %{mvn_file} :antlr-maven-plugin antlr3-maven-plugin
%build %build
%{mvn_build} -f \
%if %{with bootstrap} %if %{with bootstrap}
%{mvn_build} -f -j -j \
%else
%{mvn_build} -f
%endif %endif
-- -Dmaven.compiler.release=6
%if %{without runtime} && %{without bootstrap} %if %{without runtime} && %{without bootstrap}