Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for grandparent (0.14 sec)

  1. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/parser/GradlePomModuleDescriptorParserProfileTest.groovy

        }
    
        def "uses grand parent properties from active profile to provide default values for a dependency"() {
            given:
            def grandParent = tmpDir.file("grandparent.xml") << """
    <project>
        <groupId>different-group</groupId>
        <artifactId>grandparent</artifactId>
        <version>different-version</version>
    
        <profiles>
            <profile>
                <id>profile-1</id>
                <activation>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 49.8K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/parser/GradlePomModuleDescriptorParserTest.groovy

            given:
            def grandParent = tmpDir.file("grandparent.xml") << """
    <project>
        <groupId>different-group</groupId>
        <artifactId>grandparent</artifactId>
        <version>different-version</version>
    
        <properties>
            <grandparent.groupid>group-two</grandparent.groupid>
            <grandparent.artifactid>artifact-two</grandparent.artifactid>
        </properties>
    </project>
    """
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 75.4K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/css/javadoc.css

    }
    table.borderless > thead > tr, table.borderless > tbody > tr, table.borderless > tr {
        background-color: transparent;
    }
    table.plain {
        border-collapse: collapse;
        border: 1px solid var(--table-border-color);
    }
    table.plain > thead > tr, table.plain > tbody tr, table.plain > tr {
        background-color: transparent;
    }
    table.plain > thead > tr > th, table.plain > tbody > tr > th, table.plain > tr > th,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 09 14:25:49 UTC 2024
    - 50.5K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/css/manual.css

    /** Remove the gray background color from active links in IE 10. */
    a {
    	background: transparent;
    }
    
    /** Address `outline` inconsistency between Chrome and other browsers. */
    a:focus {
    	outline: thin dotted;
    }
    
    /** Improve readability when focused and also mouse hovered in all browsers. */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 05:15:02 UTC 2024
    - 72.6K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_7.adoc

    You can use the latest version of Gradle to generate a `gradlew` script and use it to execute an older version of Gradle.
    
    This should be transparent for most users; however, there may be changes for Gradle builds that rely on the environment variables `JAVA_OPTS` or `GRADLE_OPTS` to pass parameters with complicated quote escaping.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 15:00:23 UTC 2024
    - 87.7K bytes
    - Viewed (0)
Back to top