mirror of
				https://github.com/gradle/gradle-build-action.git
				synced 2025-11-04 01:28:56 +08:00 
			
		
		
		
	Bump test build wrapper
This commit is contained in:
		@@ -9,19 +9,19 @@ describe('cache', () => {
 | 
			
		||||
                    '__tests__/data/basic/gradle/wrapper/gradle-wrapper.properties'
 | 
			
		||||
                )
 | 
			
		||||
            )
 | 
			
		||||
            expect(version).toBe('6.5-bin')
 | 
			
		||||
            expect(version).toBe('6.6.1-bin')
 | 
			
		||||
        })
 | 
			
		||||
        it('for -bin dist', async () => {
 | 
			
		||||
            const version = cacheWrapper.extractGradleWrapperSlugFromDistUri(
 | 
			
		||||
                'distributionUrl=https\\://services.gradle.org/distributions/gradle-6.5-bin.zip'
 | 
			
		||||
                'distributionUrl=https\\://services.gradle.org/distributions/gradle-6.6.1-bin.zip'
 | 
			
		||||
            )
 | 
			
		||||
            expect(version).toBe('6.5-bin')
 | 
			
		||||
            expect(version).toBe('6.6.1-bin')
 | 
			
		||||
        })
 | 
			
		||||
        it('for -all dist', async () => {
 | 
			
		||||
            const version = cacheWrapper.extractGradleWrapperSlugFromDistUri(
 | 
			
		||||
                'distributionUrl=https\\://services.gradle.org/distributions/gradle-6.5-all.zip'
 | 
			
		||||
                'distributionUrl=https\\://services.gradle.org/distributions/gradle-6.6.1-all.zip'
 | 
			
		||||
            )
 | 
			
		||||
            expect(version).toBe('6.5-all')
 | 
			
		||||
            expect(version).toBe('6.6.1-all')
 | 
			
		||||
        })
 | 
			
		||||
        it('for milestone', async () => {
 | 
			
		||||
            const version = cacheWrapper.extractGradleWrapperSlugFromDistUri(
 | 
			
		||||
 
 | 
			
		||||
@@ -10,7 +10,7 @@ describe('crypto-utils', () => {
 | 
			
		||||
            expect(hash).toBe(
 | 
			
		||||
                process.platform === 'win32'
 | 
			
		||||
                    ? '3364336e94e746ce65a31748a6371b7efd7d499e18ad605c74c91cde0edc0a44'
 | 
			
		||||
                    : '4ebb65b45e6f6796d5ec6ace96e9471cc6573d294c54f99c4920fe5328e75bab'
 | 
			
		||||
                    : '63b9f14f65d014e585099c9c274b9dcbddf5cfd1a8978e5a24efb89ff9304348'
 | 
			
		||||
            )
 | 
			
		||||
        })
 | 
			
		||||
        it('a directory with a glob', async () => {
 | 
			
		||||
@@ -21,7 +21,7 @@ describe('crypto-utils', () => {
 | 
			
		||||
            expect(hash).toBe(
 | 
			
		||||
                process.platform === 'win32'
 | 
			
		||||
                    ? '3364336e94e746ce65a31748a6371b7efd7d499e18ad605c74c91cde0edc0a44'
 | 
			
		||||
                    : '4ebb65b45e6f6796d5ec6ace96e9471cc6573d294c54f99c4920fe5328e75bab'
 | 
			
		||||
                    : '63b9f14f65d014e585099c9c274b9dcbddf5cfd1a8978e5a24efb89ff9304348'
 | 
			
		||||
            )
 | 
			
		||||
        })
 | 
			
		||||
        it('a directory with globs', async () => {
 | 
			
		||||
@@ -32,7 +32,7 @@ describe('crypto-utils', () => {
 | 
			
		||||
            expect(hash).toBe(
 | 
			
		||||
                process.platform === 'win32'
 | 
			
		||||
                    ? 'd9b66fded38f79f601ce745d64ed726a8df8c0b242b02bcd2c1d331f54742ad6'
 | 
			
		||||
                    : 'aa72a837158799fbadd1c4aff94fcc2b5bb9dc6ad8d12f6337d047d4b0c8f79e'
 | 
			
		||||
                    : 'f42cd10636f09799f4e01cc84e7ae906cc1d9140f1446f8dcd054d19cbc44c2b'
 | 
			
		||||
            )
 | 
			
		||||
        })
 | 
			
		||||
    })
 | 
			
		||||
 
 | 
			
		||||
@@ -1,5 +1,5 @@
 | 
			
		||||
distributionBase=GRADLE_USER_HOME
 | 
			
		||||
distributionPath=wrapper/dists
 | 
			
		||||
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-bin.zip
 | 
			
		||||
distributionUrl=https\://services.gradle.org/distributions/gradle-6.6.1-bin.zip
 | 
			
		||||
zipStoreBase=GRADLE_USER_HOME
 | 
			
		||||
zipStorePath=wrapper/dists
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user