[rest-gradle-plugin] 11/83: * Bump to latest Gradle version * Bump to latest Groovy version * Create source jars

Alastair McKinstry mckinstry at moszumanska.debian.org
Wed Oct 25 15:59:02 UTC 2017


This is an automated email from the git hooks/post-receive script.

mckinstry pushed a commit to branch debian/master
in repository rest-gradle-plugin.

commit 5ad18702d9a947bd54df7724cc283ff99d463943
Author: noamt <noamt at jfrog.com>
Date:   Tue Apr 2 18:44:04 2013 +0300

    * Bump to latest Gradle version
    * Bump to latest Groovy version
    * Create source jars
---
 build.gradle | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)

diff --git a/build.gradle b/build.gradle
index 52231d5..76865e7 100644
--- a/build.gradle
+++ b/build.gradle
@@ -31,15 +31,24 @@ repositories {
 
 dependencies {
     compile gradleApi()
-    groovy 'org.codehaus.groovy:groovy-all:2.1.1'
+    groovy 'org.codehaus.groovy:groovy-all:2.1.2'
     compile('org.codehaus.groovy.modules.http-builder:http-builder:0.6') {
         exclude group: 'org.codehaus.groovy', module: 'groovy-all'
         exclude group: 'org.codehaus.groovy', module: 'groovy'
     }
 }
 
+task sourcesJar(type: Jar, dependsOn: classes) {
+    classifier = 'sources'
+    from sourceSets.main.allSource
+}
+
+artifacts {
+    archives sourcesJar
+}
+
 task wrapper(type: Wrapper, description: 'Gradle Wrapper task') {
-    gradleVersion = '1.4'
+    gradleVersion = '1.5'
 }
 
 configure(install.repositories.mavenInstaller) {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/rest-gradle-plugin.git



More information about the pkg-java-commits mailing list