mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-12-15 15:20:57 -08:00
Removed jcenter repositories
This commit is contained in:
parent
9f510f61c7
commit
3299279c89
4 changed files with 2 additions and 5 deletions
|
|
@ -4,7 +4,6 @@ buildscript{
|
|||
mavenCentral()
|
||||
google()
|
||||
maven{ url "https://oss.sonatype.org/content/repositories/snapshots/" }
|
||||
jcenter()
|
||||
}
|
||||
|
||||
dependencies{
|
||||
|
|
@ -20,7 +19,6 @@ configurations{ natives }
|
|||
|
||||
repositories{
|
||||
mavenCentral()
|
||||
jcenter()
|
||||
maven{ url "https://maven.google.com" }
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -12,7 +12,6 @@ buildscript{
|
|||
mavenCentral()
|
||||
google()
|
||||
maven{ url "https://oss.sonatype.org/content/repositories/snapshots/" }
|
||||
jcenter()
|
||||
maven{ url 'https://jitpack.io' }
|
||||
}
|
||||
|
||||
|
|
@ -184,7 +183,6 @@ allprojects{
|
|||
maven{ url "https://oss.sonatype.org/content/repositories/snapshots/" }
|
||||
maven{ url "https://oss.sonatype.org/content/repositories/releases/" }
|
||||
maven{ url 'https://jitpack.io' }
|
||||
jcenter()
|
||||
}
|
||||
|
||||
task clearCache{
|
||||
|
|
|
|||
|
|
@ -836,6 +836,7 @@ public class Mods implements Loadable{
|
|||
", main='" + main + '\'' +
|
||||
", minGameVersion='" + minGameVersion + '\'' +
|
||||
", hidden=" + hidden +
|
||||
", repo=" + repo +
|
||||
'}';
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
org.gradle.daemon=true
|
||||
org.gradle.jvmargs=-Xms256m -Xmx1024m
|
||||
archash=3ba7268a73588de6ee751952087b05c1a0504b9f
|
||||
archash=375e9ad393521119488922560d8900c6edc937f6
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue