Skip to content

Commit

Permalink
Fix missing maven central in build.gradle
Browse files Browse the repository at this point in the history
Broke for someone trying to setup a workspace by it not being absent. Not sure why it worked for me before, but no harm having it (we notably have it on the 1.20 Mantle branch)
  • Loading branch information
KnightMiner committed Jun 2, 2024
1 parent 91ae891 commit f7af78c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ plugins {
}

repositories {
mavenCentral()
maven {
// Our maven
name "Prog's Maven"
Expand Down

0 comments on commit f7af78c

Please sign in to comment.