File: 03-use-local-repository.patch

package info (click to toggle)
gradle-propdeps-plugin 0.0.7-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 152 kB
  • sloc: xml: 8; makefile: 3
file content (13 lines) | stat: -rw-r--r-- 355 bytes parent folder | download | duplicates (3)
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 <ebourg@apache.org>
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 {