initial commit

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

26
settings.gradle Normal file
View File

@@ -0,0 +1,26 @@
pluginManagement {
repositories {
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'