Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for Sysprop (0.28 seconds)

  1. build-conventions/src/main/java/org/elasticsearch/gradle/internal/conventions/util/Util.java

            }
            if ("true".equals(propertyValue)) {
                return true;
            } else if ("false".equals(propertyValue)) {
                return false;
            } else {
                throw new GradleException("Sysprop [" + property + "] must be [true] or [false] but was [" + propertyValue + "]");
            }
        }
    
        /**
         * @param project The project to look for resources.
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Tue Jul 27 15:18:50 GMT 2021
    - 5.1K bytes
    - Click Count (0)
  2. compat/maven-compat/src/main/java/org/apache/maven/settings/DefaultMavenSettingsBuilder.java

            // to specify the absolute path to these files in a customized components.xml
            // file. Ideally, we'd do full pattern-evaluation against the sysprops, but this
            // is a first step. There are several replacements below, in order to normalize
            // the path character before we operate on the string as a regex input, and
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Fri Jun 06 14:28:57 GMT 2025
    - 5.8K bytes
    - Click Count (0)
Back to Top