fixed javadoc build issue

This commit is contained in:
Ondrej Dubaj 2020-05-15 07:56:56 +02:00
parent 1de8b95bb6
commit 0926fda19d

View File

@ -2,7 +2,7 @@
Name: classloader-leak-test-framework
Version: 1.1.1
Release: 10%{?dist}
Release: 11%{?dist}
Summary: Detection and verification of Java ClassLoader leaks
License: ASL 2.0
URL: https://github.com/mjiderhamn/classloader-leak-prevention/tree/master/%{name}
@ -40,9 +40,9 @@ cp -r %{name}/* .
%build
%if %{with tests}
%mvn_build -- -Dmaven.javadoc.skip=true
%mvn_build --xmvn-javadoc
%else
%mvn_build -f -- -Dmaven.javadoc.skip=true
%mvn_build -f --xmvn-javadoc
%endif
%install
@ -52,7 +52,13 @@ cp -r %{name}/* .
%doc README.md
%license LICENSE.txt
%files javadoc -f .mfiles-javadoc
%license LICENSE.txt
%changelog
* Fri May 15 2020 Ondrej Dubaj <odubaj@redhat.com> - 1.1.1-11
- fixed javadoc build problem
* Thu May 14 2020 Jiri Vanek <jvanek@redhat.com> - 1.1.1-10
- removed javadoc, as it is broken as tooling is not ready for jdk11