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

Set virtual project directories for :bom, :version-catalog #5664

Merged
merged 4 commits into from
Jun 11, 2024

Commits on May 20, 2024

  1. Create project directories for :bom, :version-catalog

    Motivation:
    
    Starting with Gradle 9.0, Gradle will not run builds if a project
    directory is missing or read-only.
    (ref:
    https://docs.gradle.org/8.7/userguide/upgrading_version_8.html#deprecated_missing_project_directory)
    
    Modification:
    
    - Create project directories
      - `:bom`, `:version-catalog`
      - `:dependencyManagement` will be handled via
        line/gradle-scripts#177
    
    Result:
    
    - Deprecation for Gradle 9.0 is prepared for this behavior
    sh-cho committed May 20, 2024
    Configuration menu
    Copy the full SHA
    f7d6290 View commit details
    Browse the repository at this point in the history
  2. Set project directory under build/virtual-projects

    This will creates project directory under there, not under Root.
    sh-cho committed May 20, 2024
    Configuration menu
    Copy the full SHA
    9dc8494 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Configuration menu
    Copy the full SHA
    1008b72 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    a9fefc7 View commit details
    Browse the repository at this point in the history