[gradle-1.12] 114/211: d/patches/use_local_artifacts.diff: buildSrc now use local artifacts
Kai-Chung Yan
seamlik-guest at moszumanska.debian.org
Wed Jul 1 14:18:31 UTC 2015
This is an automated email from the git hooks/post-receive script.
seamlik-guest pushed a commit to branch master
in repository gradle-1.12.
commit f54a5abe4f64952c8cf22cccd5b4c5fcdcc5ea1c
Author: Kai-Chung Yan <seamlikok at gmail.com>
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-1.12.git
More information about the pkg-java-commits
mailing list