Disable gradle plugin to fix FTBFS
This commit is contained in:
parent
22abac9a52
commit
63ca4acd9e
@ -5,11 +5,12 @@
|
|||||||
|
|
||||||
# Build with or without Gradle plugin.
|
# Build with or without Gradle plugin.
|
||||||
# NOTE: We are always building junit5 using Maven.
|
# NOTE: We are always building junit5 using Maven.
|
||||||
%bcond_without gradle
|
# Turned off by default as it's not compatible with current gradle
|
||||||
|
%bcond_with gradle
|
||||||
|
|
||||||
Name: junit5
|
Name: junit5
|
||||||
Version: 5.0.0
|
Version: 5.0.0
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: Java regression testing framework
|
Summary: Java regression testing framework
|
||||||
# junit-platform-surefire-provider is under ASL 2.0, all other modules use EPL (see LICENSE.md)
|
# junit-platform-surefire-provider is under ASL 2.0, all other modules use EPL (see LICENSE.md)
|
||||||
License: EPL and ASL 2.0
|
License: EPL and ASL 2.0
|
||||||
@ -176,6 +177,9 @@ ln -s ../../javadoc/junit5 documentation/src/docs/api
|
|||||||
%doc documentation/src/docs/*
|
%doc documentation/src/docs/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 15 2018 Michael Simacek <msimacek@redhat.com> - 5.0.0-3
|
||||||
|
- Disable gradle plugin to fix FTBFS
|
||||||
|
|
||||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.0-2
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.0-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user