Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for mavenLocal (0.12 seconds)

  1. build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/RepositoriesSetupPlugin.java

            if (System.getProperty("repos.mavenLocal") != null) {
                // with -Drepos.mavenLocal=true we can force checking the local .m2 repo which is
                // useful for development ie. bwc tests where we install stuff in the local repository
                // such that we don't have to pass hardcoded files to gradle
                repos.mavenLocal();
            }
            repos.mavenCentral();
    
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Tue Jun 01 09:19:30 GMT 2021
    - 2.7K bytes
    - Click Count (0)
Back to Top