Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

add auto value annotation processor to the gradle build - #239

Open
ttozser wants to merge 1 commit into
GoogleCloudPlatform:devfrom
ttozser:add_annotation_processor
Open

add auto value annotation processor to the gradle build#239
ttozser wants to merge 1 commit into
GoogleCloudPlatform:devfrom
ttozser:add_annotation_processor

Conversation

@ttozser

@ttozser ttozser commented Aug 7, 2019

Copy link
Copy Markdown

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

ttozser commented Aug 7, 2019

Copy link
Copy Markdown
Author

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

ttozser commented Aug 7, 2019

Copy link
Copy Markdown
Author

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
Copy Markdown
Contributor

This should be fixed by #243

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants