2023-02-28T02:14:14

This commit is contained in:
2023-02-28 02:14:14 +09:00
parent 00b8ccc689
commit a2349837be
4 changed files with 19 additions and 19 deletions

View File

@@ -8,7 +8,7 @@
buildscript {
repositories {
maven {
url = uri("https://repository.elex-project.com/repository/maven")
url = uri(project.findProperty("repo.url") as String)
}
}
}