moved to gitea
All checks were successful
CI / build (push) Successful in 14s

This commit is contained in:
2024-04-04 06:34:22 +08:00
parent 9c63bb50be
commit dbf99afe2f
4 changed files with 37 additions and 7 deletions

View File

@@ -9,7 +9,7 @@ pluginManagement {
includeModule 'net.woggioni.gradle', 'multi-release-jar'
includeModule 'net.woggioni.gradle.multi-release-jar', 'net.woggioni.gradle.multi-release-jar.gradle.plugin'
}
url = 'https://woggioni.net/mvn/'
url = getProperty('gitea.maven.url')
}
}
}
@@ -17,7 +17,7 @@ pluginManagement {
dependencyResolutionManagement {
repositories {
maven {
url = 'https://woggioni.net/mvn/'
url = getProperty('gitea.maven.url')
content {
includeGroup 'com.lys'
}