I have a build which keeps failing becase a file g...
# contributing-to-airbyte
m
I have a build which keeps failing becase a file gets modified: https://github.com/airbytehq/airbyte/actions/runs/434293469 but I am unable to reproduce the file change locally (
./gradlew clean build
)
u
does
./gradlew :airbyte-integrations:bases:base-standard-source-test:generateSourceTestDocs
generate the file?
u
I run it but I guess the file doesn't change on my mac
u
the command was
./gradlew :airbyte-integrations:bases:standard-source-test:generateSourceTestDocs
u
right?
u
yeah
u
can you add
--rerun-tasks
to the end of the command?
u
it may be a caching issue
u
it worked!
u
thanks
u
huh, must be an issue with caching. Probably just needs an
outputs.upToDateWhen {false}.