mirror of
https://gitee.com/dromara/MaxKey.git
synced 2026-05-14 20:50:14 +08:00
13 lines
306 B
Groovy
13 lines
306 B
Groovy
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')
|
|
|
|
} |