Disabling doclint

This commit is contained in:
Jiri Vanek 2019-01-18 12:51:58 +01:00
commit fda3b3d5e6

View file

@ -51,6 +51,7 @@ pushd runtime-decompiler
%pom_add_dep com.sun:tools
%pom_remove_plugin :maven-jar-plugin
popd
export JAVA_TOOL_OPTIONS="-Dadditionalparam=-Xdoclint:none -DadditionalJOption=-Xdoclint:none"
%mvn_build
%install
@ -89,6 +90,7 @@ desktop-file-install --vendor="fedora" \
%changelog
* Thu Jan 17 2019 Jiri Vanek <jvanek@redhat.com> - 2.0-5
- improved Patch3, includeLambdas.patch to sort the lamdas t the bottom
- disabled doclint, remove invlaid src character
* Thu Jan 17 2019 Jiri Vanek <jvanek@redhat.com> - 2.0-4
- added depndence of procyon decompiler (currenlty under review