2023-02-28T02:14:36

This commit is contained in:
2023-02-28 02:14:36 +09:00
parent f2a44efb88
commit ff315ca0d3
31 changed files with 8949 additions and 3944 deletions

View File

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