no message

This commit is contained in:
cpdl 2024-11-18 10:22:14 +08:00
parent a091534d2c
commit 875dbf5bb2

View File

@ -26,7 +26,10 @@ buildscript {
rootProject.allprojects {
repositories {
maven { url 'http://192.168.77.132:8081/#browse/browse:mvn2-group' }
maven {
url 'http://192.168.77.132:8081/repository/mvn2-group'
allowInsecureProtocol true
}
google()
mavenCentral()
}