Package: gradle-propdeps-plugin / 0.0.7-3

03-use-local-repository.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Description: Fetch the dependencies from the system Maven repository
Author: Emmanuel Bourg <[email protected]>
Forwarded: not-needed
--- a/build.gradle
    b/build.gradle
@@ -17,6  17,7 @@
 
     repositories {
         maven { url 'https://repo.spring.io/libs-release' }
         maven { url 'file://usr/share/maven-repo' }
     }
 
     dependencies {