disable gradle support by default

This commit is contained in:
Fabio Valentini 2019-08-11 10:51:18 +02:00
parent 929c308ee2
commit 6f9dba2ad8
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF
1 changed files with 5 additions and 2 deletions

View File

@ -6,11 +6,11 @@
# adding "--with its" to rpmbuild or mock invocation.
%bcond_with its
%bcond_without gradle
%bcond_with gradle
Name: xmvn
Version: 3.0.0
Release: 24%{?dist}
Release: 25%{?dist}
Summary: Local Extensions for Apache Maven
License: ASL 2.0
URL: https://fedora-java.github.io/xmvn/
@ -365,6 +365,9 @@ cp -P ${maven_home}/bin/m2.conf %{buildroot}%{_datadir}/%{name}/bin/
%doc LICENSE NOTICE
%changelog
* Sun Aug 11 2019 Fabio Valentini <decathorpe@gmail.com> - 3.0.0-25
- Disable gradle support by default.
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.0-24
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild