Archived
0

улучшена совместимость с Gradle 5

This commit is contained in:
2018-08-26 00:48:33 +03:00
parent 15ba4aeda9
commit 06835aa5a2

View File

@@ -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')