Fix maven-compiler-plugin settings (bz 1987588)
This commit is contained in:
parent
badd571b27
commit
126e788a38
@ -39,8 +39,9 @@ This package contains the API documentation for %{name}.
|
||||
%mvn_alias :jansi-linux%{bits} :jansi-linux
|
||||
%mvn_file :jansi-linux%{bits} %{name}/jansi-linux%{bits} %{name}/jansi-linux
|
||||
|
||||
# remove hard-coded compiler settings
|
||||
%pom_remove_plugin :maven-compiler-plugin
|
||||
# use more modern source and target settings
|
||||
%pom_xpath_set //pom:source 1.8
|
||||
%pom_xpath_set //pom:target 1.8
|
||||
|
||||
# fix javadoc generation for java 11
|
||||
%pom_remove_plugin :maven-javadoc-plugin
|
||||
@ -67,6 +68,9 @@ This package contains the API documentation for %{name}.
|
||||
%license license.txt
|
||||
|
||||
%changelog
|
||||
* Mon Aug 2 2021 Jerry James <loganjerry@gmail.com> - 1.8-7
|
||||
- Fix maven-compiler-plugin settings (bz 1987588)
|
||||
|
||||
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.8-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user