Disable tests due to incompatibility with new mockito

This commit is contained in:
zhanghua1831 2020-09-11 20:02:01 +08:00
parent ed1303c905
commit b9403782e2

View File

@ -1,6 +1,6 @@
Name: gmavenplus-plugin Name: gmavenplus-plugin
Version: 1.5 Version: 1.5
Release: 6 Release: 7
Summary: Integrates Groovy into Maven projects Summary: Integrates Groovy into Maven projects
License: ASL 2.0 License: ASL 2.0
URL: http://groovy.github.io/GMavenPlus/ URL: http://groovy.github.io/GMavenPlus/
@ -62,7 +62,7 @@ rm README.markdown.orig
%build %build
%mvn_build -- -Pnonindy %mvn_build -f -- -Pnonindy
%install %install
%mvn_install %mvn_install
@ -73,6 +73,9 @@ rm README.markdown.orig
%files help -f .mfiles-javadoc %files help -f .mfiles-javadoc
%changelog %changelog
* Fri 11 Sep 2020 zhanghua <zhanghua40@huawei.com> - 1.5-7
- Disable tests due to incompatibility with new mockito
* Thu Apr 2 2020 Jeffery.Gao <gaojianxing@huawei.com> - 1.5-6 * Thu Apr 2 2020 Jeffery.Gao <gaojianxing@huawei.com> - 1.5-6
- Package init. - Package init.