GoogleCloudPlatform / DataflowJavaSDK

Google Cloud Dataflow provides a simple, powerful model for building both batch and streaming parallel data processing pipelines.
http://cloud.google.com/dataflow
855 stars 323 forks source link

Suppress spurious rebuilds due to missing package-info.class #490

Closed kennknowles closed 7 years ago

kennknowles commented 7 years ago

This is a backport of apache/incubator-beam#1205 and subsequent improvements. It also demonstrates that fiddling with sdk.properties does not affect rebuilds.

I have confirmed locally that builds are idempotent with both JDK8 and JDK7. Additional confirmation welcome.

R: @dhalperi

dhalperi commented 7 years ago

Thanks!