forked from ChomeNS/chomens-bot-java
fix build error
This commit is contained in:
parent
3c6abd9fff
commit
9c99f8e3b5
1 changed files with 5 additions and 1 deletions
|
@ -15,7 +15,11 @@ description = 'ChomeNS Bot'
|
|||
java.sourceCompatibility = JavaVersion.VERSION_17
|
||||
|
||||
repositories {
|
||||
mavenLocal()
|
||||
mavenCentral()
|
||||
|
||||
maven {
|
||||
url = uri('https://repo.opencollab.dev/maven-releases/')
|
||||
}
|
||||
|
||||
maven {
|
||||
url = uri('https://repo.opencollab.dev/maven-snapshots/')
|
||||
|
|
Loading…
Reference in a new issue