fix build error

This commit is contained in:
Chayapak 2023-07-09 17:57:01 +07:00
parent 3c6abd9fff
commit 9c99f8e3b5

View file

@ -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/')