Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for intKind (0.14 sec)

  1. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_8.adoc

    Gradle will warn if a project is added to the build where the associated `projectDir` does not exist or is not writable.
    Starting with version 9.0, Gradle will not run builds if a project directory is missing or read-only.
    If you intend to dynamically synthesize projects make sure to create directories for them as well:
    
    =====
    [.multi-language-sample]
    ======
    .settings.gradle.kts
    [source,kotlin]
    ----
    include("project-without-directory")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 17:01:07 UTC 2024
    - 90.7K bytes
    - Viewed (0)
Back to top