Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 13 of 13 for sysGrow (0.19 sec)

  1. testing/smoke-test/src/smokeTest/groovy/org/gradle/smoketests/SmokeTestGradleRunner.groovy

                "org.gradle.configurationcache.LoadDetails",
            ].join(BuildOperationTrace.FILTER_SEPARATOR)
    
            delegate.withArguments(delegate.getArguments() + [
                "-D${BuildOperationTrace.SYSPROP}=${buildOperationTracePath}".toString(),
                "-D${BuildOperationTrace.FILTER_SYSPROP}=${buildOperationFilter}".toString()
            ])
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 15K bytes
    - Viewed (0)
  2. platforms/software/maven/src/integTest/groovy/org/gradle/api/publish/maven/MavenPublishPomCustomizationIntegTest.groovy

    import org.junit.Rule
    
    /**
     * Tests maven POM customization
     */
    class MavenPublishPomCustomizationIntegTest extends AbstractMavenPublishIntegTest {
        @Rule
        SetSystemProperties sysProp = new SetSystemProperties()
    
        def "can customize pom xml"() {
            given:
            settingsFile << "rootProject.name = 'customizePom'"
            buildFile << """
                apply plugin: 'maven-publish'
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 14:02:46 UTC 2023
    - 18.9K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/authoring-builds/build_environment.adoc

    `https.protocols`:: Specify the supported TLS versions in a comma-separated format. e.g., `TLSv1.2,TLSv1.3`.
    
    Additional Java system properties are listed link:https://docs.oracle.com/javase/tutorial/essential/environment/sysprop.html[here].
    
    In a multi-project build, `systemProp` properties set in any project except the root will be *ignored*.
    Only the root project's `gradle.properties` file will be checked for properties that begin with `systemProp`.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 24 04:19:09 UTC 2024
    - 20.1K bytes
    - Viewed (0)
Back to top