initial commit
This commit is contained in:
37
settings.gradle
Normal file
37
settings.gradle
Normal file
@@ -0,0 +1,37 @@
|
||||
pluginManagement {
|
||||
repositories {
|
||||
maven {
|
||||
url = getProperty('gitea.maven.url')
|
||||
content {
|
||||
includeGroup 'net.woggioni.gradle'
|
||||
includeGroup 'net.woggioni.gradle.lombok'
|
||||
includeGroup 'net.woggioni.gradle.wildfly'
|
||||
includeGroup 'net.woggioni.gradle.envelope'
|
||||
includeGroup 'net.woggioni.gradle.sambal'
|
||||
}
|
||||
}
|
||||
gradlePluginPortal()
|
||||
}
|
||||
}
|
||||
|
||||
dependencyResolutionManagement {
|
||||
repositories {
|
||||
mavenLocal()
|
||||
maven {
|
||||
url = getProperty('gitea.maven.url')
|
||||
content {
|
||||
includeGroup 'com.lys'
|
||||
}
|
||||
}
|
||||
}
|
||||
versionCatalogs {
|
||||
catalog {
|
||||
from group: 'com.lys', name: 'lys-catalog', version: getProperty('lys.version')
|
||||
// version("slf4j", "1.7.36")
|
||||
// version('jzstd', '2024.04.14')
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
rootProject.name = 'jsf-playground'
|
Reference in New Issue
Block a user