[gradle] Skip build everything except binary ZIP for now

Mikolaj Izdebski mizdebsk at fedoraproject.org
Tue Nov 18 20:10:44 UTC 2014


commit 36a1d058006bce1bab1c46e1aafff97b251365dd
Author: Mikolaj Izdebski <mizdebsk at redhat.com>
Date:   Mon Oct 20 14:08:47 2014 +0200

    Skip build everything except binary ZIP for now

 gradle.spec |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/gradle.spec b/gradle.spec
index cf572b2..85fab64 100644
--- a/gradle.spec
+++ b/gradle.spec
@@ -4,7 +4,7 @@
 
 Name:           gradle
 Version:        2.1
-Release:        0.9%{?dist}
+Release:        0.10%{?dist}
 Summary:        Build automation tool
 # Some examples and integration tests are under GNU LGPL and Boost
 # Software License, but are not used to create binary package.
@@ -151,8 +151,7 @@ mkdir -p build
 cp %{SOURCE1} build/all-released-versions.json
 
 %build
-# docs:userguidePdf fails because of incompatible itext version
-gradle --offline -s -x docs:userguidePdf
+gradle --offline -s distributions:binZip
 
 %install
 install -d -m 755 %{buildroot}%{_datadir}/%{name}/
@@ -177,6 +176,9 @@ jar cfm %{buildroot}%{_datadir}/%{name}/lib/plugins/gradle-core-impl-2.1*.jar ME
 %doc LICENSE NOTICE
 
 %changelog
+* Mon Oct 20 2014 Mikolaj Izdebski <mizdebsk at redhat.com> - 2.1-0.10
+- Skip build everything except binary ZIP for now
+
 * Fri Oct 17 2014 Mikolaj Izdebski <mizdebsk at redhat.com> - 2.1-0.9
 - Rebuild with local groovy
 


More information about the scm-commits mailing list