mirror of
https://gitee.com/dromara/MaxKey.git
synced 2025-12-07 01:18:27 +08:00
lombok support
This commit is contained in:
parent
43a8602a64
commit
dd9cc6bfd2
@ -165,6 +165,9 @@ subprojects {
|
|||||||
compileOnly group: 'junit', name: 'junit', version: "${junitVersion}"
|
compileOnly group: 'junit', name: 'junit', version: "${junitVersion}"
|
||||||
testImplementation group: 'org.mockito', name: 'mockito-all', version: "${mockitoallVersion}"
|
testImplementation group: 'org.mockito', name: 'mockito-all', version: "${mockitoallVersion}"
|
||||||
testImplementation group: 'xmlunit', name: 'xmlunit', version: "${xmlunitVersion}"
|
testImplementation group: 'xmlunit', name: 'xmlunit', version: "${xmlunitVersion}"
|
||||||
|
// https://projectlombok.org
|
||||||
|
compileOnly 'org.projectlombok:lombok:1.18.4'
|
||||||
|
annotationProcessor 'org.projectlombok:lombok:1.18.4'
|
||||||
|
|
||||||
//apache
|
//apache
|
||||||
implementation group: 'commons-beanutils', name: 'commons-beanutils', version: "${commonsbeanutilsVersion}"
|
implementation group: 'commons-beanutils', name: 'commons-beanutils', version: "${commonsbeanutilsVersion}"
|
||||||
|
|||||||
@ -127,6 +127,9 @@ subprojects {
|
|||||||
compileOnly group: 'junit', name: 'junit', version: "${junitVersion}"
|
compileOnly group: 'junit', name: 'junit', version: "${junitVersion}"
|
||||||
testImplementation group: 'org.mockito', name: 'mockito-all', version: "${mockitoallVersion}"
|
testImplementation group: 'org.mockito', name: 'mockito-all', version: "${mockitoallVersion}"
|
||||||
testImplementation group: 'xmlunit', name: 'xmlunit', version: "${xmlunitVersion}"
|
testImplementation group: 'xmlunit', name: 'xmlunit', version: "${xmlunitVersion}"
|
||||||
|
// https://projectlombok.org
|
||||||
|
compileOnly 'org.projectlombok:lombok:1.18.4'
|
||||||
|
annotationProcessor 'org.projectlombok:lombok:1.18.4'
|
||||||
|
|
||||||
//apache
|
//apache
|
||||||
implementation group: 'commons-beanutils', name: 'commons-beanutils', version: "${commonsbeanutilsVersion}"
|
implementation group: 'commons-beanutils', name: 'commons-beanutils', version: "${commonsbeanutilsVersion}"
|
||||||
|
|||||||
@ -126,6 +126,9 @@ subprojects {
|
|||||||
compileOnly group: 'junit', name: 'junit', version: "${junitVersion}"
|
compileOnly group: 'junit', name: 'junit', version: "${junitVersion}"
|
||||||
testImplementation group: 'org.mockito', name: 'mockito-all', version: "${mockitoallVersion}"
|
testImplementation group: 'org.mockito', name: 'mockito-all', version: "${mockitoallVersion}"
|
||||||
testImplementation group: 'xmlunit', name: 'xmlunit', version: "${xmlunitVersion}"
|
testImplementation group: 'xmlunit', name: 'xmlunit', version: "${xmlunitVersion}"
|
||||||
|
// https://projectlombok.org
|
||||||
|
compileOnly 'org.projectlombok:lombok:1.18.4'
|
||||||
|
annotationProcessor 'org.projectlombok:lombok:1.18.4'
|
||||||
|
|
||||||
//apache
|
//apache
|
||||||
implementation group: 'commons-beanutils', name: 'commons-beanutils', version: "${commonsbeanutilsVersion}"
|
implementation group: 'commons-beanutils', name: 'commons-beanutils', version: "${commonsbeanutilsVersion}"
|
||||||
|
|||||||
@ -164,6 +164,9 @@ subprojects {
|
|||||||
compileOnly group: 'junit', name: 'junit', version: "${junitVersion}"
|
compileOnly group: 'junit', name: 'junit', version: "${junitVersion}"
|
||||||
testImplementation group: 'org.mockito', name: 'mockito-all', version: "${mockitoallVersion}"
|
testImplementation group: 'org.mockito', name: 'mockito-all', version: "${mockitoallVersion}"
|
||||||
testImplementation group: 'xmlunit', name: 'xmlunit', version: "${xmlunitVersion}"
|
testImplementation group: 'xmlunit', name: 'xmlunit', version: "${xmlunitVersion}"
|
||||||
|
// https://projectlombok.org
|
||||||
|
compileOnly 'org.projectlombok:lombok:1.18.4'
|
||||||
|
annotationProcessor 'org.projectlombok:lombok:1.18.4'
|
||||||
|
|
||||||
//apache
|
//apache
|
||||||
implementation group: 'commons-beanutils', name: 'commons-beanutils', version: "${commonsbeanutilsVersion}"
|
implementation group: 'commons-beanutils', name: 'commons-beanutils', version: "${commonsbeanutilsVersion}"
|
||||||
|
|||||||
@ -3,10 +3,6 @@ description = "maxkey-core"
|
|||||||
dependencies {
|
dependencies {
|
||||||
implementation project(":maxkey-common")
|
implementation project(":maxkey-common")
|
||||||
|
|
||||||
// https://projectlombok.org
|
|
||||||
compileOnly 'org.projectlombok:lombok:1.18.4'
|
|
||||||
annotationProcessor 'org.projectlombok:lombok:1.18.4'
|
|
||||||
|
|
||||||
//local jars
|
//local jars
|
||||||
implementation fileTree(dir: '../maxkey-lib/', include: '*/*.jar')
|
implementation fileTree(dir: '../maxkey-lib/', include: '*/*.jar')
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user