migrated to Gitea
Some checks failed
CI / build (push) Failing after 47s

This commit is contained in:
2024-04-14 16:14:54 +08:00
parent f440de36ac
commit 616c91a342
4 changed files with 39 additions and 5 deletions

View File

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