Update to Gradle 8.3

This commit is contained in:
daz 2023-08-19 10:32:05 -06:00
parent 243af859f8
commit 124cb765ee
No known key found for this signature in database
18 changed files with 24 additions and 19 deletions

View file

@ -49,7 +49,7 @@ test('will cleanup unused gradle versions', async () => {
const gradle802 = path.resolve(gradleUserHome, "caches/8.0.2")
const wrapper802 = path.resolve(gradleUserHome, "wrapper/dists/gradle-8.0.2-bin")
const gradleCurrent = path.resolve(gradleUserHome, "caches/8.2.1")
const gradleCurrent = path.resolve(gradleUserHome, "caches/8.3")
expect(fs.existsSync(gradle802)).toBe(true)
expect(fs.existsSync(wrapper802)).toBe(true)