Select Git revision
build.gradle
-
dgelessus authored
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.
dgelessus authoredGradle 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.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.