mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 10:12:53 +00:00
Useful
This commit is contained in:
parent
35615526a1
commit
b7c67a16d9
@ -141,12 +141,16 @@ repositories {
|
|||||||
mavenLocal()
|
mavenLocal()
|
||||||
maven {
|
maven {
|
||||||
allowInsecureProtocol true
|
allowInsecureProtocol true
|
||||||
url "http://archive.arcane.art/repository/arcane"
|
url 'http://archive.arcane.art/repository/arcane'
|
||||||
content {
|
content {
|
||||||
includeGroup 'org.bukkit.craftbukkit'
|
includeGroup 'org.bukkit.craftbukkit'
|
||||||
includeGroup 'io.th0rgal'
|
includeGroup 'io.th0rgal'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Uncomment this line if the build is failing because of missing dependencies
|
||||||
|
// Its slow but it will resolve any cached dependencies until we can find an alternative repo
|
||||||
|
// maven { allowInsecureProtocol true, url 'http://archive.arcane.art/repository/arcane'}
|
||||||
}
|
}
|
||||||
|
|
||||||
shadowJar
|
shadowJar
|
||||||
|
Loading…
x
Reference in New Issue
Block a user