Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. platforms/enterprise/enterprise-plugin-performance/src/testFixtures/groovy/org/gradle/performance/AbstractBuildScanPluginPerformanceTest.groovy

         * such files containing build commit ID and plugin version.
         */
        private static final INFO_DIR_SYSTEM_PROP = "org.gradle.performance.develocity.plugin.infoDir"
    
        private static File resolvePluginInfoDir() {
            def path = System.getProperty(INFO_DIR_SYSTEM_PROP)
            if (path == null || path.isEmpty()) {
                throw new IllegalStateException("Expected system property `$INFO_DIR_SYSTEM_PROP` to be set")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 11 19:24:56 UTC 2024
    - 5.4K bytes
    - Viewed (0)
Back to top