Skip to content

Commit

Permalink
Add more public pom placeholders
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 060c34a502fe109fbbb37cb5059ad54dfe5b38a3
  • Loading branch information
RyanHecht committed Jun 5, 2024
1 parent 9e48994 commit 272636e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ repositories {
url = uri('https://hub.spigotmc.org/nexus/content/repositories/snapshots/')
}

// bungee/other misc
maven {
url = uri('https://oss.sonatype.org/content/repositories/snapshots/')
}

}

dependencies {
Expand Down Expand Up @@ -100,7 +105,7 @@ publishing {
developer {
id = "MCParks"
name = "MCParks"
email = ""
email = "ryan@mcparks.us"
}
}

Expand Down

0 comments on commit 272636e

Please sign in to comment.