Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for moving (0.2 sec)

  1. build-logic-commons/code-quality-rules/src/main/resources/checkstyle/checkstyle.xml

            <!--</module>-->
    
            <!-- Coding -->
            <module name="CovariantEquals"/>
            <module name="DefaultComesLast"/>
            <module name="EmptyStatement"/>
            <module name="EqualsHashCode"/>
            <module name="ExplicitInitialization"/>
    XML
    - Registered: Wed Apr 24 11:36:11 GMT 2024
    - Last Modified: Fri Dec 16 22:05:16 GMT 2022
    - 6.3K bytes
    - Viewed (0)
  2. android/guava/pom.xml

                </tag>
                <tag>
                  <name>spec</name>
                  <placement>X</placement>
                </tag>
              </tags>
    
              <!-- TODO(cpovirk): Move this to the parent after making the package-list files available there. -->
              <!-- We add the link ourselves, both so that we can choose Java 9 over the version that -source suggests and so that we can solve the JSR305 problem described below. -->
    XML
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Mon Mar 11 16:37:45 GMT 2024
    - 8.9K bytes
    - Viewed (0)
  3. android/pom.xml

              <version>2.7.2</version>
              <configuration>
                <includes>
                  <include>${test.include}</include>
                </includes>
                <!-- By having our own entries here, we also override the default exclusion filter, which excludes all nested classes. -->
                <excludes>
                  <!-- https://github.com/google/guava/issues/2840 -->
    XML
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Tue Mar 12 20:26:18 GMT 2024
    - 19.4K bytes
    - Viewed (0)
  4. api/maven-api-model/src/main/mdo/maven.mdo

            <field>
              <name>executions</name>
              <version>4.0.0+</version>
              <description>Multiple specifications of a set of goals to execute during the build
                lifecycle, each having (possibly) a different configuration.</description>
              <association>
                <type>PluginExecution</type>
                <multiplicity>*</multiplicity>
              </association>
            </field>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Tue Apr 23 13:29:46 GMT 2024
    - 115.1K bytes
    - Viewed (0)
Back to top