java-docs-samples
java-docs-samples copied to clipboard
feat: Use jib for dataflow flex template
Fixes #issue
It's a good idea to open an issue first for discussion.
- [x] I have followed Sample Format Guide
- [x]
pom.xmlparent set to latestshared-configuration - [x] Appropriate changes to README are included in PR
- [x] API's need to be enabled to test (tell us)
- [x] Environment Variables need to be set (ask us to set them)
- [x] Tests pass:
mvn clean verifyrequired - [x] Lint passes:
mvn -P lint checkstyle:checkrequired - [ ] Static Analysis:
mvn -P lint clean compile pmd:cpd-check spotbugs:checkadvisory only - [ ] Please merge this PR for me once it is approved.