Skip to content

Commit 5b00207

Browse files
committed
Initial
1 parent 7d9e659 commit 5b00207

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

build.gradle

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,11 @@ def getLatestGitVersion() {
5252
}
5353

5454
repositories {
55+
mavenLocal()
5556
mavenCentral()
57+
maven {
58+
url = "https://maven.mangorage.org/releases/"
59+
}
5660
}
5761

5862
dependencies {
@@ -64,10 +68,9 @@ test {
6468
}
6569

6670
publishing {
67-
publications.register("mangobotaddon", MavenPublication) {
71+
publications.register("mangobot-publish", MavenPublication) {
6872
artifactId = 'mangobotlaunchtarget'
6973
artifact shadowJar
70-
artifact sourcesJar
7174

7275
pom {
7376
name = 'MangoBotCore'

0 commit comments

Comments
 (0)