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