Skip to content
Snippets Groups Projects
Select Git revision
  • eb0da14a49ed9f337b225afdccc785b9b10d8236
  • develop default protected
  • master protected
  • 1.2.1
  • 1.2.0
  • 1.1.0
  • 1.0.5
  • 1.0.4
  • 1.0.3
  • 1.0.2
  • 1.0.0
11 results

build.gradle

  • dgelessus's avatar
    eb0da14a
    Extract public_examples into build directory to fix Gradle warnings · eb0da14a
    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.
    eb0da14a
    History
    Extract public_examples into build directory to fix Gradle warnings
    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.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.