Skip to content

Commit

Permalink
Fix incorrect rootProject name changed by IDE. Remove deprecated jcen…
Browse files Browse the repository at this point in the history
…ter repository
  • Loading branch information
jsorrell committed Jul 20, 2021
1 parent 9b829d7 commit 333fc47
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
pluginManagement {
repositories {
jcenter()
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
Expand All @@ -9,4 +8,4 @@ pluginManagement {
}
}

rootProject.name = 'com.jsorrell.skyblock'
rootProject.name = 'skyblock'

0 comments on commit 333fc47

Please sign in to comment.