Skip to content
Snippets Groups Projects
Commit eb0da14a authored by dgelessus's avatar dgelessus
Browse files

Extract public_examples into build directory to fix Gradle warnings

Gradle 7 warns that extractPublicExamples could affect other tasks that
don't depend on it, presumably because the tar file might contain a
directory like src/main/java that might overwrite the project sources.
This will become an error in Gradle 8. The simplest fix is to extract
the tar into its own subdirectory that cannot conflict with anything
else.
parent 29ca24a3
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment