migrated to Gitea
All checks were successful
CI / build (push) Successful in 53s

This commit is contained in:
2024-04-14 19:12:18 +08:00
parent 1890d1d7b5
commit 06e8949b8e
11 changed files with 62 additions and 58 deletions

View File

@@ -1,7 +1,7 @@
pluginManagement {
repositories {
maven {
url = 'https://woggioni.net/mvn/'
url = getProperty('gitea.maven.url')
content {
includeGroup 'net.woggioni.gradle'
includeGroup 'net.woggioni.gradle.lombok'
@@ -17,7 +17,7 @@ pluginManagement {
dependencyResolutionManagement {
repositories {
maven {
url = 'https://woggioni.net/mvn/'
url = getProperty('gitea.maven.url')
content {
includeGroup 'com.lys'
}
@@ -27,6 +27,7 @@ dependencyResolutionManagement {
catalog {
from group: 'com.lys', name: 'lys-catalog', version: getProperty('lys.version')
version("slf4j", "1.7.36")
version('jzstd', '2024.04.14')
}
}
}