We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d9e659 commit 5b00207Copy full SHA for 5b00207
1 file changed
build.gradle
@@ -52,7 +52,11 @@ def getLatestGitVersion() {
52
}
53
54
repositories {
55
+ mavenLocal()
56
mavenCentral()
57
+ maven {
58
+ url = "https://maven.mangorage.org/releases/"
59
+ }
60
61
62
dependencies {
@@ -64,10 +68,9 @@ test {
64
68
65
69
66
70
publishing {
67
- publications.register("mangobotaddon", MavenPublication) {
71
+ publications.register("mangobot-publish", MavenPublication) {
72
artifactId = 'mangobotlaunchtarget'
73
artifact shadowJar
- artifact sourcesJar
74
75
pom {
76
name = 'MangoBotCore'
0 commit comments