Set `checkStaleness` to `true` for `protoc`

This commit is contained in:
Chris Eager 2021-11-10 13:51:59 -08:00 committed by Chris Eager
parent 6ada76da7f
commit 7033a0f68f
1 changed files with 1 additions and 0 deletions

View File

@ -337,6 +337,7 @@
<version>0.6.1</version> <version>0.6.1</version>
<configuration> <configuration>
<protocArtifact>com.google.protobuf:protoc:3.18.0:exe:${os.detected.classifier}</protocArtifact> <protocArtifact>com.google.protobuf:protoc:3.18.0:exe:${os.detected.classifier}</protocArtifact>
<checkStaleness>true</checkStaleness>
</configuration> </configuration>
<executions> <executions>
<execution> <execution>