Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for PREFER_PROJECT (0.34 sec)

  1. platforms/documentation/docs/src/docs/userguide/authoring-builds/basics/writing_settings_files.adoc

    It provides a centralized way to manage and customize dependency resolution.
    
    [source,kotlin]
    ----
    dependencyResolutionManagement {
        repositoriesMode.set(RepositoriesMode.PREFER_PROJECT)
        repositories {
            mavenCentral()
        }
    }
    ----
    
    You can also include version catalogs in this section.
    
    === 5. Add subprojects to the build
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 26 04:15:25 UTC 2024
    - 9.6K bytes
    - Viewed (0)
Back to top