Remove jcenter from buildscript Closes #2153

This commit is contained in:
modmuss50 2021-03-16 17:51:18 +00:00
parent d610dff1b4
commit 77196755cd
1 changed files with 1 additions and 1 deletions

View File

@ -1,10 +1,10 @@
buildscript {
repositories {
jcenter()
maven {
name "Fabric Repository"
url 'https://maven.fabricmc.net'
}
mavenCentral()
}
dependencies {
classpath "cuchaz:enigma-cli:${project.enigma_version}"