Skip to content

Commit

Permalink
problem: makes full rebuild on unit tests run, because it calls codeg…
Browse files Browse the repository at this point in the history
…en which requires clean
  • Loading branch information
splix committed Apr 28, 2020
1 parent 7dd90d2 commit a6d14fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ jar {
afterEvaluate {
distZip.dependsOn(jar)
compileKotlin.dependsOn(generateVersion)
generateProto.dependsOn(clean)
}

protobuf {
Expand Down

0 comments on commit a6d14fc

Please sign in to comment.