Gradle version bump

use of lys-catalog for dependency version management
This commit is contained in:
2023-01-01 17:37:48 +08:00
parent 63a3066f62
commit a0ab18f053
11 changed files with 48 additions and 48 deletions

View File

@@ -1,9 +1,17 @@
pluginManagement {
dependencyResolutionManagement {
repositories {
gradlePluginPortal()
maven {
url = 'https://woggioni.net/mvn/'
content {
includeGroup 'com.lys'
}
}
}
plugins {
id 'biz.aQute.bnd.builder' version getProperty('version.bnd')
versionCatalogs {
catalog {
from group: 'com.lys', name: 'lys-catalog', version: getProperty('lys.catalog.version')
version("slf4j", "1.7.36")
}
}
}