Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for jdk_repo_ (0.62 seconds)

  1. build-tools-internal/src/integTest/groovy/org/elasticsearch/gradle/internal/JdkDownloadPluginFuncTest.groovy

            """allprojects{ p ->
                    // wire the jdk repo to wiremock
                    p.repositories.all { repo ->
                        if(repo.name == "jdk_repo_${jdkVendor}_${jdkVersion}") {
                          repo.setUrl('${server.baseUrl()}')
                        }
                        allowInsecureProtocol = true
                    }
               }"""
        }
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Mon Sep 27 19:29:10 GMT 2021
    - 10.5K bytes
    - Click Count (0)
Back to Top