initial commit
Some checks failed
CI / build (push) Failing after 11s

This commit is contained in:
2024-12-28 09:02:28 +08:00
commit fd14d92a48
374 changed files with 49436 additions and 0 deletions

32
settings.gradle Normal file
View File

@@ -0,0 +1,32 @@
pluginManagement {
repositories {
// mavenLocal() {
// content {
// includeGroup 'net.woggioni.gradle.sambal'
// includeModule 'net.woggioni', 'net.woggioni.gradle.sambal'
// }
// }
maven {
url = getProperty('gitea.maven.url')
}
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositories {
maven {
url = getProperty('gitea.maven.url')
content {
includeGroup 'com.lys'
}
}
}
versionCatalogs {
catalog {
from group: 'com.lys', name: 'lys-catalog', version: getProperty('lys.version')
}
}
}
rootProject.name = 'xmemcached'