Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Commit a974fff

Browse files
committed
Remove jcenter
1 parent c50c813 commit a974fff

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

settings.gradle

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
11
pluginManagement {
22
repositories {
3-
jcenter()
3+
mavenCentral()
44
gradlePluginPortal()
55
maven {
66
name = 'Fabric'
77
url = 'https://maven.fabricmc.net/'
88
}
9-
mavenLocal()
109
}
1110
}
1211
rootProject.name = "patchwork-api"
1312

1413
include 'patchwork-api-base'
1514
//include 'patchwork-biomes'
1615
include 'patchwork-capabilities'
17-
//include 'patchwork-data-generators'
1816
include 'patchwork-dispatcher'
1917
//include 'patchwork-enum-hacks'
2018
//include 'patchwork-events-entity'

0 commit comments

Comments
 (0)