fully migrated to gitea
All checks were successful
CI / build (push) Successful in 38s

This commit is contained in:
2024-04-04 07:04:27 +08:00
parent bffa4f1f56
commit 9c361d0419
2 changed files with 5 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
dependencyResolutionManagement {
repositories {
maven {
url = 'https://woggioni.net/mvn/'
url = getProperty('gitea.maven.url')
content {
includeGroup 'com.lys'
}