about summary refs log tree commit diff
path: root/pkgs/by-name/st/stirling-pdf/use-fod-maven-repo.patch
blob: f26074a0598f285a1ee1b3e65a5e8e941672e6af (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
diff --git a/build.gradle b/build.gradle
index c206e2f..cdaddf7 100644
--- a/build.gradle
+++ b/build.gradle
@@ -16,7 +16,7 @@ version = '0.22.3'
 sourceCompatibility = '17'
 
 repositories {
-    mavenCentral()
+    maven { url '@deps@' }
 }
 
 
diff --git a/settings.gradle b/settings.gradle
index f813993..2c87f3c 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -1 +1,7 @@
+pluginManagement {
+    repositories {
+        maven { url '@deps@' }
+    }
+}
+
 rootProject.name = 'Stirling-PDF'