Add Incendo repo for commodore snapshot
This commit is contained in:
parent
123341563d
commit
d831cf82de
1 changed files with 7 additions and 0 deletions
|
|
@ -136,6 +136,13 @@ subprojects {
|
|||
}
|
||||
/* JDA's maven repository for cloud-jda */
|
||||
maven("https://m2.dv8tion.net/releases")
|
||||
// todo - temp for commodore snapshot
|
||||
maven("https://repo.incendo.org/content/repositories/snapshots/") {
|
||||
mavenContent {
|
||||
snapshotsOnly()
|
||||
includeGroup("me.lucko")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue