mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 02:03:59 +00:00
Fixes?
This commit is contained in:
parent
61a313f24b
commit
c43ce52e78
18
build.gradle
18
build.gradle
@ -100,13 +100,23 @@ processResources {
|
||||
}
|
||||
|
||||
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 {
|
||||
allowInsecureProtocol true
|
||||
url "http://archive.arcane.art/repository/arcane"
|
||||
}
|
||||
mavenLocal()
|
||||
maven {
|
||||
url 'https://repo.maven.apache.org/maven2'
|
||||
content {
|
||||
includeGroup 'org.bukkit.craftbukkit'
|
||||
includeGroup 'io.th0rgal'
|
||||
includeGroup 'de.jeff_media'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user