My personal project and infrastructure archive
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nomicon/pkgs/servers/mxisd/0001-gradle.patch

22 lines
415 B

--- a/build.gradle 2019-05-16 21:09:08.373112953 +0200
+++ b/build.gradle 2019-05-16 21:09:37.093114427 +0200
@@ -72,7 +72,7 @@
buildscript {
repositories {
- jcenter()
+REPLACE
}
dependencies {
@@ -81,9 +81,7 @@
}
repositories {
- jcenter()
- maven { url "https://kamax.io/maven/releases/" }
- maven { url "https://kamax.io/maven/snapshots/" }
+REPLACE
}
dependencies {