Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for branchConstraint (0.2 sec)

  1. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/parser/IvyXmlModuleDescriptorParser.java

                String name = substitute(attributes.getValue("name"));
                String branch = substitute(attributes.getValue("branch"));
                String branchConstraint = substitute(attributes.getValue("branchConstraint"));
                String rev = substitute(attributes.getValue("rev"));
                String revConstraint = substitute(attributes.getValue("revConstraint"));
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jan 26 14:58:23 UTC 2024
    - 65K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/test/resources/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/parser/test-full.xml

    	<dependencies>
    		<dependency name="mymodule2" rev="2.0" e:attr4="value4"/>
    		<dependency name="mymodule3" rev="2.0" changing="true" transitive="false"/>
    		<dependency org="yourorg" name="yourmodule1" branch="trunk" rev="1.1" branchConstraint="branch1" revConstraint="1+" conf="myconf1"/>
    		<dependency org="yourorg" name="yourmodule2" rev="2+" conf="myconf1->yourconf1"/>
    		<dependency org="yourorg" name="yourmodule3" rev="3.1" conf="myconf1->yourconf1, yourconf2"/>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 4.7K bytes
    - Viewed (0)
Back to top