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

seamlik-guest pushed a commit to branch master
in repository gradle.

commit f54a5abe4f64952c8cf22cccd5b4c5fcdcc5ea1c
Author: Kai-Chung Yan <[email protected]>
Date:   Wed May 27 01:35:41 2015 +0800

    d/patches/use_local_artifacts.diff: buildSrc now use local artifacts
---
 debian/patches/use_local_artifacts.diff | 15 ++++++++++++++-
 1 file changed, 14 insertions(+), 1 deletion(-)

diff --git a/debian/patches/use_local_artifacts.diff 
b/debian/patches/use_local_artifacts.diff
index 71b5552..88fcb10 100644
--- a/debian/patches/use_local_artifacts.diff
+++ b/debian/patches/use_local_artifacts.diff
@@ -8,8 +8,8 @@ Last-Update: 2015-05-24
  
      repositories {
 -        maven { url 'http://repo.gradle.org/gradle/libs' }
-+        maven { url "file:///usr/share/maven-repo" }
 +        flatDir { dirs "/usr/share/java" }
++        maven { url "file:///usr/share/maven-repo" }
      }
  }
  
@@ -44,3 +44,16 @@ Last-Update: 2015-05-24
  configurations {
      groovydocGroovy {}
      userGuideStyleSheets
+--- a/buildSrc/build.gradle
++++ b/buildSrc/build.gradle
+@@ -21,8 +21,8 @@
+ apply plugin: 'eclipse'
+ 
+ repositories {
+-    maven { url 'http://repo.gradle.org/gradle/libs' }
+-    mavenCentral()
++    flatDir { dirs "/usr/share/java" }
++    maven { url "/usr/share/maven-repo" }
+ }
+ 
+ dependencies {

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

_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to