switch to lys-catalog
This commit is contained in:
@@ -11,11 +11,21 @@ pluginManagement {
|
||||
}
|
||||
gradlePluginPortal()
|
||||
}
|
||||
}
|
||||
|
||||
plugins {
|
||||
id "net.woggioni.gradle.lombok" version getProperty('lombok.gradle.plugin.version')
|
||||
id "net.woggioni.gradle.envelope" version getProperty('envelope.gradle.plugin.version')
|
||||
id 'org.jetbrains.kotlin.jvm' version getProperty('kotlin.version')
|
||||
dependencyResolutionManagement {
|
||||
repositories {
|
||||
maven {
|
||||
url = 'https://woggioni.net/mvn/'
|
||||
content {
|
||||
includeGroup 'com.lys'
|
||||
}
|
||||
}
|
||||
}
|
||||
versionCatalogs {
|
||||
catalog {
|
||||
from group: 'com.lys', name: 'lys-catalog', version: getProperty('lys.version')
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user