Skip to content

Commit 272636e

Browse files
committed
Add more public pom placeholders
GitOrigin-RevId: 060c34a502fe109fbbb37cb5059ad54dfe5b38a3
1 parent 9e48994 commit 272636e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

build.gradle

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,11 @@ repositories {
5252
url = uri('https://hub.spigotmc.org/nexus/content/repositories/snapshots/')
5353
}
5454

55+
// bungee/other misc
56+
maven {
57+
url = uri('https://oss.sonatype.org/content/repositories/snapshots/')
58+
}
59+
5560
}
5661

5762
dependencies {
@@ -100,7 +105,7 @@ publishing {
100105
developer {
101106
id = "MCParks"
102107
name = "MCParks"
103-
email = ""
108+
104109
}
105110
}
106111

0 commit comments

Comments
 (0)