Update to use Gradle 8.13

Release notes of Gradle 8.13 can be found here:
https://docs.gradle.org/8.13/release-notes.html
This commit is contained in:
bot-githubaction
2025-02-26 02:41:15 +00:00
committed by daz
parent 4a417b5b1a
commit 29f0d0a78a
20 changed files with 20 additions and 20 deletions

View File

@@ -54,7 +54,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.12.1")
const gradleCurrent = path.resolve(gradleUserHome, "caches/8.13")
const metadataCurrent = path.resolve(gradleUserHome, "caches/modules-2/metadata-2.107")
expect(fs.existsSync(gradle802)).toBe(true)