mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 10:12:53 +00:00
Fixes?
This commit is contained in:
parent
61a313f24b
commit
c43ce52e78
18
build.gradle
18
build.gradle
@ -100,13 +100,23 @@ processResources {
|
|||||||
}
|
}
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
|
maven { url 'https://hub.spigotmc.org/nexus/content/repositories/snapshots/' }
|
||||||
|
maven { url 'https://papermc.io/repo/repository/maven-public/' }
|
||||||
|
maven { url 'https://repo.extendedclip.com/content/repositories/placeholderapi/' }
|
||||||
|
maven { url 'https://oss.sonatype.org/content/repositories/snapshots/' }
|
||||||
|
maven { url 'https://repo.jeff-media.de/maven2' }
|
||||||
|
maven { url 'https://jitpack.io' }
|
||||||
|
maven { url 'https://repo.codemc.io/repository/maven-releases' }
|
||||||
|
mavenCentral()
|
||||||
|
mavenLocal()
|
||||||
maven {
|
maven {
|
||||||
allowInsecureProtocol true
|
allowInsecureProtocol true
|
||||||
url "http://archive.arcane.art/repository/arcane"
|
url "http://archive.arcane.art/repository/arcane"
|
||||||
}
|
content {
|
||||||
mavenLocal()
|
includeGroup 'org.bukkit.craftbukkit'
|
||||||
maven {
|
includeGroup 'io.th0rgal'
|
||||||
url 'https://repo.maven.apache.org/maven2'
|
includeGroup 'de.jeff_media'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user