улучшена совместимость с Gradle 5
This commit is contained in:
@@ -33,8 +33,9 @@ subprojects {
|
|||||||
exclude group: 'commons-logging'
|
exclude group: 'commons-logging'
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Components */
|
/* Lombok */
|
||||||
compile (group: 'org.projectlombok', name: 'lombok', version: '1.16.16')
|
annotationProcessor (group: 'org.projectlombok', name: 'lombok', version: '1.16.16')
|
||||||
|
compileOnly (group: 'org.projectlombok', name: 'lombok', version: '1.16.16')
|
||||||
|
|
||||||
/* JUnit */
|
/* JUnit */
|
||||||
testCompile (group: 'junit', name: 'junit', version: '4.12')
|
testCompile (group: 'junit', name: 'junit', version: '4.12')
|
||||||
|
|||||||
Reference in New Issue
Block a user