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

This commit is contained in:
2024-04-04 06:54:37 +08:00
parent 90e55618bc
commit 53b00359a3
4 changed files with 39 additions and 7 deletions

View File

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