Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for provider2 (0.09 sec)

  1. .teamcity/src/main/kotlin/configurations/StageTriggers.kt

    // https://github.com/gradle/gradle-private/issues/4528
    // Trigger ReadyForNightly and ReadyForRelease for provider-api-migration/public-api-changes-test branch
    // TODO: remove this after the branch is merged
    fun VersionedSettingsBranch.determineBranchFilter(): String {
        return branchFilter() + "\n+:provider-api-migration/public-api-changes-test"
    }
    
    class StageTrigger(
        model: CIBuildModel,
        stage: Stage,
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Wed Nov 06 08:08:13 UTC 2024
    - 5.8K bytes
    - Viewed (0)
  2. .idea/misc.xml

          <item index="2" class="java.lang.String" itemvalue="org.gradle.internal.instrumentation.api.annotations.InterceptJvmCalls" />
          <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" />
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Wed Nov 06 06:19:29 UTC 2024
    - 4.7K bytes
    - Viewed (0)
  3. CONTRIBUTING.md

    * Why is this change done? What's the use case?
    * For user facing features, what will the API look like?
    * What test cases should it have? What could go wrong?
    * How will it roughly be implemented? We'll happily provide code pointers to save you time.
    
    We may ask you to answer these questions directly in the GitHub issue or (for large changes) in a shared Google Doc.
    
    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