mirror of
https://github.com/gradle/actions.git
synced 2025-11-26 17:09:10 +08:00
Bump Gradle Wrappers (#499)
# Combined PRs ➡️📦⬅️ ✅ The following pull requests have been successfully combined on this PR: - Closes #498 Bump Gradle Wrapper from 8.11.1 to 8.12 in /.github/workflow-samples/kotlin-dsl - Closes #497 Bump Gradle Wrapper from 8.11.1 to 8.12 in /.github/workflow-samples/java-toolchain - Closes #496 Bump Gradle Wrapper from 8.11.1 to 8.12 in /.github/workflow-samples/groovy-dsl - Closes #495 Bump Gradle Wrapper from 8.11.1 to 8.12 in /.github/workflow-samples/gradle-plugin - Closes #494 Bump Gradle Wrapper from 8.11.1 to 8.12 in /sources/test/init-scripts > This PR was created by the [`github/combine-prs`](https://github.com/github/combine-prs) action --------- Signed-off-by: bot-githubaction <bot-githubaction@gradle.com> Co-authored-by: bot-githubaction <bot-githubaction@gradle.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: daz <daz@gradle.com>
This commit is contained in:
committed by
GitHub
parent
468d2a43e0
commit
04f1562da5
@@ -53,7 +53,7 @@ test('will cleanup unused gradle versions', async () => {
|
||||
const transforms3 = path.resolve(gradleUserHome, "caches/transforms-3")
|
||||
const metadata100 = path.resolve(gradleUserHome, "caches/modules-2/metadata-2.100")
|
||||
const wrapper802 = path.resolve(gradleUserHome, "wrapper/dists/gradle-8.0.2-bin")
|
||||
const gradleCurrent = path.resolve(gradleUserHome, "caches/8.11.1")
|
||||
const gradleCurrent = path.resolve(gradleUserHome, "caches/8.12")
|
||||
const metadataCurrent = path.resolve(gradleUserHome, "caches/modules-2/metadata-2.107")
|
||||
|
||||
expect(fs.existsSync(gradle802)).toBe(true)
|
||||
|
||||
Reference in New Issue
Block a user