Fridrich Strba 2019-04-06 07:31:50 +00:00 committed by Git OBS Bridge
parent 65984f8b3d
commit d0c0e6c0c9
2 changed files with 5 additions and 0 deletions

View File

@ -5,3 +5,4 @@ Sat Apr 6 07:11:00 UTC 2019 - Fridrich Strba <fstrba@suse.com>
different Javapackages local modes.
* Prevents their dependencies being pulled by the main
javapackages build
- Comment out the gradle-local that lacks some of its dependencies

View File

@ -32,6 +32,7 @@ This package provides a set of meta-packages needed by local modes for
Gradle, Ivy and Maven. These local modes allow artifact resolution
using XMvn resolver.
%if 0
%package -n gradle-local
Summary: Local mode for Gradle
Group: Development/Languages/Java
@ -45,6 +46,7 @@ Requires: xmvn-resolve
This meta-package pulls in macros, scripts and dependencies
implementing local mode for Gradle, which allows artifact
resolution using XMvn resolver.
%endif
%package -n ivy-local
Summary: Local mode for Apache Ivy
@ -98,7 +100,9 @@ resolution using XMvn resolver.
%files -n maven-local
%if 0
%files -n gradle-local
%endif
%files -n ivy-local