lombok support

This commit is contained in:
MaxKey
2023-04-11 15:43:05 +08:00
parent 43a8602a64
commit dd9cc6bfd2
5 changed files with 15 additions and 7 deletions
-4
View File
@@ -3,10 +3,6 @@ description = "maxkey-core"
dependencies {
implementation project(":maxkey-common")
// https://projectlombok.org
compileOnly 'org.projectlombok:lombok:1.18.4'
annotationProcessor 'org.projectlombok:lombok:1.18.4'
//local jars
implementation fileTree(dir: '../maxkey-lib/', include: '*/*.jar')