initial commit
All checks were successful
CI / build (push) Successful in 26s

This commit is contained in:
2024-12-28 09:02:28 +08:00
commit d76f5b46b5
374 changed files with 49432 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'