pontem icon indicating copy to clipboard operation
pontem copied to clipboard

add auto value annotation processor to the gradle build

Open ttozser opened this issue 5 years ago • 3 comments

Without the annotation processor the build fails with an error like this: BigQueryResult.java:27: error: package AutoValue_BigQueryResult does not exist

See https://github.com/google/auto/blob/master/value/userguide/index.md

ttozser avatar Aug 07 '19 11:08 ttozser

I don't know how this change break the build this way:

bash <(curl -s https://codecov.io/bash) -f BigQueryWorkloadTester/$JACOCO_REPORT_PATH -F BigQueryWorkloadTester
/dev/fd/63: line 1: html: No such file or directory
/dev/fd/63: line 2: syntax error near unexpected token `<'
'
The command "bash <(curl -s https://codecov.io/bash) -f BigQueryWorkloadTester/$JACOCO_REPORT_PATH -F BigQueryWorkloadTester" exited with 2.

ttozser avatar Aug 07 '19 11:08 ttozser

By the way, I don't know if this is intentional or not but the project default branch is dev so the users following the readme land in the dev branch instead of master.

ttozser avatar Aug 07 '19 11:08 ttozser

This should be fixed by https://github.com/GoogleCloudPlatform/pontem/pull/243

ldanielmadariaga avatar May 18 '20 22:05 ldanielmadariaga