Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 32 for Snapshots (0.22 sec)

  1. .teamcity/test-buckets.json

    					"wrapper-shared"
    				]
    			},
    			{
    				"parallelizationMethod":{
    					"name":"TestDistribution"
    				},
    				"subprojects":[
    					"kotlin-dsl-integ-tests",
    					"snapshots",
    					"platform-jvm",
    					"build-cache-spi",
    					"internal-integ-testing",
    					"jvm-services",
    					"publish",
    					"problems-api",
    					"process-services",
    					"build-configuration",
    Json
    - Registered: Wed May 08 11:36:15 GMT 2024
    - Last Modified: Mon May 06 14:29:38 GMT 2024
    - 49.9K bytes
    - Viewed (0)
  2. build-logic/build-update-utils/src/main/kotlin/gradlebuild/buildutils/tasks/UpdateInitPluginTemplateVersionFile.kt

            templateVersionConfiguration.resolutionStrategy.componentSelection.all {
                devSuffixes.forEach {
                    if (it.containsMatchIn(candidate.version)) {
                        reject("don't use snapshots")
                        return@forEach
                    }
                }
            }
            templateVersionConfiguration.isTransitive = false
    Plain Text
    - Registered: Wed May 01 11:36:15 GMT 2024
    - Last Modified: Tue Dec 19 11:19:07 GMT 2023
    - 5K bytes
    - Viewed (0)
  3. build-logic/cleanup/src/main/kotlin/gradlebuild/cleanup/services/CachesCleaner.kt

        }
    
        private
        fun cleanupDistributionCaches(workerDir: Directory, gradleVersion: GradleVersion) {
            // Expire cache snapshots of test Gradle distributions that are older than the tested version
            // Also expire version-specific cache snapshots when they can't be re-used (for 'snapshot-1' developer builds)
            val expireDistributionCache = Spec<GradleVersion> { candidateVersion ->
    Plain Text
    - Registered: Wed May 01 11:36:15 GMT 2024
    - Last Modified: Mon Jan 08 12:45:57 GMT 2024
    - 4.2K bytes
    - Viewed (0)
  4. .teamcity/src/main/kotlin/model/FunctionalTestBucketGenerator.kt

            subprojectName.contains("native") ||
                // Include precondition-tester here so we understand that tests do run on macOS intel as well
                subprojectName in listOf("file-watching", "snapshots", "workers", "logging", "precondition-tester")
        } else {
            true
        }
    Plain Text
    - Registered: Wed May 08 11:36:15 GMT 2024
    - Last Modified: Thu Feb 15 17:04:41 GMT 2024
    - 8.5K bytes
    - Viewed (0)
  5. .github/CODEOWNERS

    platforms/core-execution/build-cache-spi/                   @gradle/bt-execution @gradle/bt-dv-build-cache
    platforms/core-execution/hashing/                           @gradle/bt-execution @gradle/bt-dv-build-cache
    platforms/core-execution/snapshots/                         @gradle/bt-execution @gradle/bt-dv-build-cache
    
    # Develocity integration
    platforms/enterprise/                                   @gradle/bt-build-scan @gradle/ge-build-insights
    Plain Text
    - Registered: Wed May 08 11:36:15 GMT 2024
    - Last Modified: Wed Apr 24 15:52:09 GMT 2024
    - 9.8K bytes
    - Viewed (0)
  6. .teamcity/pom.xml

        <artifactId>Gradle_Check_dsl</artifactId>
        <version>1.0-SNAPSHOT</version>
    
        <repositories>
            <repository>
                <id>jetbrains-all</id>
                <url>https://download.jetbrains.com/teamcity-repository</url>
                <snapshots>
                    <enabled>true</enabled>
                </snapshots>
            </repository>
            <repository>
                <id>teamcity-server</id>
    XML
    - Registered: Wed May 08 11:36:15 GMT 2024
    - Last Modified: Tue Dec 05 00:08:14 GMT 2023
    - 8.4K bytes
    - Viewed (0)
  7. build-logic/build-update-utils/src/test/groovy/gradlebuild/buildutils/tasks/UpdateReleasedVersionsTest.groovy

        def "final release is added to list"() {
            def snapshot = snapshot('4.3')
            def rc = releasedVersion('4.3-rc-1')
            def versions = releasedVersions(snapshot, rc, [])
            def version = new ReleasedVersion('4.2', '20170913122310+0000')
    
            expect:
            ******@****.***ReleasedVersions(version, versions) == releasedVersions(snapshot, rc, [version])
        }
    
    Groovy
    - Registered: Wed May 01 11:36:15 GMT 2024
    - Last Modified: Wed Dec 09 08:14:05 GMT 2020
    - 5.4K bytes
    - Viewed (0)
  8. .cm/summary_table.cm

          - 'platforms/core-execution/build-cache-packaging/'
          - 'platforms/core-runtime/build-operations/'
          - 'platforms/core-runtime/files/'
          - 'platforms/core-execution/hashing/'
          - 'platforms/core-execution/snapshots/'
      - build_infrastructure:
        name: 'build_infrastructure'
        subprojects:
          - '.teamcity/'
          - '.github/'
          - '/build-logic/'
          - '/build-logic-commons/'
          - '/build-logic-settings/'
    Plain Text
    - Registered: Wed Apr 17 11:36:08 GMT 2024
    - Last Modified: Thu Feb 08 15:20:44 GMT 2024
    - 6.5K bytes
    - Viewed (0)
  9. build-logic/binary-compatibility/src/main/groovy/gradlebuild.binary-compatibility.gradle

    import gradlebuild.binarycompatibility.transforms.FindGradleJars
    
    plugins {
        id("gradlebuild.module-identity")
    }
    
    repositories {
        ['distributions', 'distributions-snapshots'].each { distUrl ->
            ivy {
                name 'Gradle distributions'
                url 'https://services.gradle.org'
                patternLayout {
                    artifact "/${distUrl}/[module]-[revision]-bin(.[ext])"
    Plain Text
    - Registered: Wed May 01 11:36:15 GMT 2024
    - Last Modified: Thu Apr 11 12:20:44 GMT 2024
    - 8.6K bytes
    - Viewed (0)
  10. .teamcity/subprojects.json

      {
        "name": "smoke-test",
        "path": "testing/smoke-test",
        "unitTests": false,
        "functionalTests": false,
        "crossVersionTests": false
      },
      {
        "name": "snapshots",
        "path": "platforms/core-execution/snapshots",
        "unitTests": true,
        "functionalTests": true,
        "crossVersionTests": false
      },
      {
        "name": "soak",
        "path": "testing/soak",
        "unitTests": false,
    Json
    - Registered: Wed May 08 11:36:15 GMT 2024
    - Last Modified: Tue May 07 22:21:19 GMT 2024
    - 26.8K bytes
    - Viewed (0)
Back to top