This commit is contained in:
DanLT
2021-08-15 15:59:45 -08:00
parent 35615526a1
commit b7c67a16d9
+5 -1
View File
@@ -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