Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Methode (0.05 sec)

  1. .idea/misc.xml

          <item index="3" class="java.lang.String" itemvalue="org.gradle.internal.service.Provides" />
        </list>
        <pattern value="org.gradle.internal.service.ServiceRegistrationProvider" hierarchically="true" method="configure" />
      </component>
      <component name="ExternalStorageConfigurationManager" enabled="true" />
      <component name="FrameworkDetectionExcludesConfiguration">
        <type id="web" />
      </component>
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Wed Nov 06 06:19:29 UTC 2024
    - 4.7K bytes
    - Viewed (0)
  2. CONTRIBUTING.md

    ## Making your change
    
    ### Code change guidelines
    
    All code contributions should contain the following:
    
    * Create unit tests using [Spock](https://spockframework.org/spock/docs/2.0/index.html) for new classes or methods that you introduce.
    * Create integration tests that exercise a Gradle build for the bug/feature. 
    * Annotate tests that correspond to a bug on GitHub (`@Issue("https://github.com/gradle/gradle/issues/2622")`).
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Tue Nov 05 15:15:33 UTC 2024
    - 15.6K bytes
    - Viewed (0)
Back to top