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 {
|
||||
distZip.dependsOn(jar)
|
||||
compileKotlin.dependsOn(generateVersion)
|
||||
generateProto.dependsOn(clean)
|
||||
}
|
||||
|
||||
protobuf {
|
||||
|
||||
Reference in New Issue
Block a user