[Build] Specify lombok dependency version in versions.properties
This commit is contained in:
committed by
teamcity
parent
b2e558a174
commit
c249eb9d2d
@@ -28,6 +28,7 @@ versions.serviceMessages=2019.1.4
|
|||||||
versions.shadow=7.1.2
|
versions.shadow=7.1.2
|
||||||
versions.streamex=0.7.2
|
versions.streamex=0.7.2
|
||||||
versions.trove4j=1.0.20200330
|
versions.trove4j=1.0.20200330
|
||||||
|
versions.lombok=1.18.16
|
||||||
|
|
||||||
versions.android=2.3.1
|
versions.android=2.3.1
|
||||||
versions.ant=1.10.7
|
versions.ant=1.10.7
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ dependencies {
|
|||||||
testImplementation(project(":kotlin-lombok-compiler-plugin.k2"))
|
testImplementation(project(":kotlin-lombok-compiler-plugin.k2"))
|
||||||
testImplementation(project(":kotlin-lombok-compiler-plugin.cli"))
|
testImplementation(project(":kotlin-lombok-compiler-plugin.cli"))
|
||||||
|
|
||||||
testImplementation("org.projectlombok:lombok:1.18.16")
|
testImplementation(commonDependency("org.projectlombok:lombok"))
|
||||||
|
|
||||||
testApi(project(":compiler:util"))
|
testApi(project(":compiler:util"))
|
||||||
testApi(project(":compiler:backend"))
|
testApi(project(":compiler:backend"))
|
||||||
|
|||||||
Reference in New Issue
Block a user