Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gradle-plugin: properly handle read-only files #33901

Merged
merged 1 commit into from
Jun 9, 2023

Commits on Jun 8, 2023

  1. Gradle-plugin: properly handle read-only files

    AppCDS files (`app-cds-jsa`) are created as read-only, which lets
    Gradle's copy+sync file operations fail, if the target file already
    exists (as read-only). Similar for Gradle's delete file system
    operation.
    
    This change handles this case by deleting existing target files that are
    read-only.
    
    Fixes quarkusio#33842
    snazy committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    5ee63a0 View commit details
    Browse the repository at this point in the history