Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add auto value annotation processor to the gradle build #239

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

ttozser
Copy link

@ttozser ttozser commented Aug 7, 2019

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

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
Copy link
Author

ttozser commented Aug 7, 2019

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
Copy link
Author

ttozser commented Aug 7, 2019

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.

@ldanielmadariaga
Copy link
Collaborator

This should be fixed by #243

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants