problem: makes full rebuild on unit tests run, because it calls codegen which requires clean
This commit is contained in:
@@ -169,7 +169,6 @@ jar {
|
|||||||
afterEvaluate {
|
afterEvaluate {
|
||||||
distZip.dependsOn(jar)
|
distZip.dependsOn(jar)
|
||||||
compileKotlin.dependsOn(generateVersion)
|
compileKotlin.dependsOn(generateVersion)
|
||||||
generateProto.dependsOn(clean)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
protobuf {
|
protobuf {
|
||||||
|
|||||||
Reference in New Issue
Block a user