mirror of
				https://github.com/gradle/gradle-build-action.git
				synced 2025-11-04 09:58:56 +08:00 
			
		
		
		
	Update to Gradle 8.2
- Update all wrappers - Update .tool-versions - Update version to run unit tests - Test init scripts on 8.0 and 8.X
This commit is contained in:
		@@ -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.1.1")
 | 
			
		||||
    const gradleCurrent = path.resolve(gradleUserHome, "caches/8.2")
 | 
			
		||||
 | 
			
		||||
    expect(fs.existsSync(gradle802)).toBe(true)
 | 
			
		||||
    expect(fs.existsSync(wrapper802)).toBe(true)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user