Skip to content

Commit

Permalink
jCenter is dead. Long live mavenCentral!
Browse files Browse the repository at this point in the history
  • Loading branch information
Sollace committed May 30, 2023
1 parent a58285e commit 5f6dbcd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
pluginManagement {
repositories {
jcenter()
mavenCentral()
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
maven {
name = 'Jitpack'
url = 'https://jitpack.io'
}
gradlePluginPortal()
}
}
Expand Down

0 comments on commit 5f6dbcd

Please sign in to comment.