This is an automated email from the git hooks/post-receive script. seamlik-guest pushed a commit to branch master in repository gradle.
commit 0642c6d3dbcaa690a5fe75617ba7faf148d36efc Author: Kai-Chung Yan <[email protected]> Date: Sat Aug 8 14:24:51 2015 +0800 use_local_artifacts.diff: Use maven-repo for pegdown dependency by adding dynamic version --- debian/patches/use_local_artifacts.diff | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/debian/patches/use_local_artifacts.diff b/debian/patches/use_local_artifacts.diff index ae84818..a3fb99f 100644 --- a/debian/patches/use_local_artifacts.diff +++ b/debian/patches/use_local_artifacts.diff @@ -20,14 +20,14 @@ Last-Update: 2015-07-08 --- a/buildSrc/build.gradle +++ b/buildSrc/build.gradle -@@ -21,13 +21,13 @@ +@@ -21,25 +21,25 @@ apply plugin: 'eclipse' repositories { - maven { url 'https://repo.gradle.org/gradle/libs' } - mavenCentral() -+ maven { url "/usr/share/maven-repo/" } -+ flatDir { dirs "/usr/share/java/" } ++ maven { url "/usr/share/maven-repo" } ++ flatDir { dirs "/usr/share/java" } } dependencies { @@ -37,7 +37,12 @@ Last-Update: 2015-07-08 compile 'commons-lang:commons-lang:2.6@jar' compile localGroovy() testCompile 'junit:junit:4.12@jar' -@@ -39,7 +39,7 @@ + testCompile 'org.spockframework:spock-core:0.7-groovy-2.0@jar', 'cglib:cglib-nodep:2.2', 'org.objenesis:objenesis:1.2' + +- compile "org.pegdown:pegdown:1.1.0" ++ compile "org.pegdown:pegdown:[1.1.0, )" + compile "org.jsoup:jsoup:1.6.3" + //below dependency was deployed to the repo.gradle.org //it's built from sources at: https://github.com/szczepiq/jarjar //if code changes are needed in this library we need to figure out a better way of distributing them. -- 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

