- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 246 for distribution (0.07 sec)
-
build-logic/integration-testing/src/main/kotlin/gradlebuild.distribution-testing.gradle.kts
// The actual user home dir will be a subfolder using the name of the distribution. gradleUserHomeDir = intTestHomeDir // The user home dir is not wiped out by clean. Move the daemon working space underneath the build dir so they don't pile up on CI. // The actual daemon registry dir will be a subfolder using the name of the distribution. daemonRegistry = repoRoot().dir("build/daemon")Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Mon Aug 18 18:02:41 UTC 2025 - 3.8K bytes - Viewed (0) -
compat/maven-model-builder/src/test/resources/poms/validation/distribution-management-status.xml
Guillaume Nodet <******@****.***> 1729859506 +0200
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 993 bytes - Viewed (0) -
build-logic/integration-testing/src/main/kotlin/gradlebuild/integrationtests/shared-configuration.kt
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Mon Aug 18 16:39:23 UTC 2025 - 12.8K bytes - Viewed (0) -
.github/workflows/build.yml
Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Fri Dec 12 04:49:37 UTC 2025 - 18.6K bytes - Viewed (0) -
build-logic/integration-testing/src/main/kotlin/gradlebuild/integrationtests/tasks/DistributionTest.kt
/** * A 'bin' distribution to test - for integration tests testing the final distributions */ @Internal val binDistributionZip = DistributionZipEnvironmentProvider(project, "bin") /** * A 'all' distribution to test - for integration tests testing the final distributions */ @InternalRegistered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Mon Aug 18 18:02:41 UTC 2025 - 7.7K bytes - Viewed (0) -
.teamcity/src/main/kotlin/configurations/Gradleception.kt
} /* To avoid unnecessary rerun, what we do here is a bit complicated: 1. Build a Gradle distribution with a fixed timestamp and hash it, but never use this distribution. 2. Build a Gradle distribution with this hash as a version + fixed timestamp -> dogfood-first 3. Build a Gradle distribution using dogfood-first with this hash as a version + fixed timestamp different from the one above -> dogfood-secondRegistered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Thu Oct 09 05:26:45 UTC 2025 - 7.3K bytes - Viewed (0) -
cmd/xl-storage-format-v1_gen.go
return } case "Distribution": var zb0002 uint32 zb0002, err = dc.ReadArrayHeader() if err != nil { err = msgp.WrapError(err, "Distribution") return } if cap(z.Distribution) >= int(zb0002) { z.Distribution = (z.Distribution)[:zb0002] } else { z.Distribution = make([]int, zb0002) } for za0001 := range z.Distribution {
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Sun Sep 28 20:59:21 UTC 2025 - 41.2K bytes - Viewed (0) -
architecture/standards/0007-java-pre-requisite.md
# ADR-0007 - Support running Gradle on multiple Java versions and do not embed a Java runtime in the Gradle distribution ## Date 2024-12-20 ## Context ### Embedding a Java runtime in the Gradle distribution There have been discussions on embedding a Java runtime in the Gradle distribution. This would allow users to run Gradle without having to install a Java runtime beforehand.
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Tue Jan 07 08:44:20 UTC 2025 - 3.3K bytes - Viewed (0) -
.github/workflows/maven.yml
master- - name: Download Maven distribution uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0 with: name: maven-distributions path: maven-dist - name: List downloaded files shell: bash run: ls -la maven-dist - name: Extract Maven distribution shell: bash run: |Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Dec 16 04:24:24 UTC 2025 - 12.2K bytes - Viewed (0) -
.github/workflows/contributor-pr.yml
uses: actions/checkout@v6 - name: setup java uses: actions/setup-java@v5 with: distribution: temurin java-version: 17 - uses: actions/download-artifact@v7 with: name: build-receipt.properties path: incoming-distributions/build-receipt.properties - name: Setup Gradle uses: gradle/actions/setup-gradle@v5 with:Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Sun Dec 14 14:03:48 UTC 2025 - 5K bytes - Viewed (0)