improved lombok plugin to support JPMS

This commit is contained in:
2023-07-16 22:39:46 +08:00
parent 34810e9263
commit c8222ca9aa
5 changed files with 126 additions and 92 deletions

View File

@@ -10,7 +10,6 @@ dependencyResolutionManagement {
versionCatalogs {
catalog {
from group: 'com.lys', name: 'lys-catalog', version: getProperty('lys.catalog.version')
version("slf4j", "1.7.36")
}
}
}