Files
xmemcached/settings.gradle
Walter Oggioni bf87152b0a
Some checks failed
CI / build (push) Failing after 2m11s
initial commit
2024-12-28 15:09:29 +08:00

33 lines
756 B
Groovy

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'