Bump test build wrapper

This commit is contained in:
Paul Merlin 2020-09-13 13:17:19 +02:00
parent 55871cbb47
commit 863daedf86
4 changed files with 10 additions and 10 deletions

View file

@ -9,19 +9,19 @@ describe('cache', () => {
'__tests__/data/basic/gradle/wrapper/gradle-wrapper.properties' '__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 () => { it('for -bin dist', async () => {
const version = cacheWrapper.extractGradleWrapperSlugFromDistUri( 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 () => { it('for -all dist', async () => {
const version = cacheWrapper.extractGradleWrapperSlugFromDistUri( 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 () => { it('for milestone', async () => {
const version = cacheWrapper.extractGradleWrapperSlugFromDistUri( const version = cacheWrapper.extractGradleWrapperSlugFromDistUri(

View file

@ -10,7 +10,7 @@ describe('crypto-utils', () => {
expect(hash).toBe( expect(hash).toBe(
process.platform === 'win32' process.platform === 'win32'
? '3364336e94e746ce65a31748a6371b7efd7d499e18ad605c74c91cde0edc0a44' ? '3364336e94e746ce65a31748a6371b7efd7d499e18ad605c74c91cde0edc0a44'
: '4ebb65b45e6f6796d5ec6ace96e9471cc6573d294c54f99c4920fe5328e75bab' : '63b9f14f65d014e585099c9c274b9dcbddf5cfd1a8978e5a24efb89ff9304348'
) )
}) })
it('a directory with a glob', async () => { it('a directory with a glob', async () => {
@ -21,7 +21,7 @@ describe('crypto-utils', () => {
expect(hash).toBe( expect(hash).toBe(
process.platform === 'win32' process.platform === 'win32'
? '3364336e94e746ce65a31748a6371b7efd7d499e18ad605c74c91cde0edc0a44' ? '3364336e94e746ce65a31748a6371b7efd7d499e18ad605c74c91cde0edc0a44'
: '4ebb65b45e6f6796d5ec6ace96e9471cc6573d294c54f99c4920fe5328e75bab' : '63b9f14f65d014e585099c9c274b9dcbddf5cfd1a8978e5a24efb89ff9304348'
) )
}) })
it('a directory with globs', async () => { it('a directory with globs', async () => {
@ -32,7 +32,7 @@ describe('crypto-utils', () => {
expect(hash).toBe( expect(hash).toBe(
process.platform === 'win32' process.platform === 'win32'
? 'd9b66fded38f79f601ce745d64ed726a8df8c0b242b02bcd2c1d331f54742ad6' ? 'd9b66fded38f79f601ce745d64ed726a8df8c0b242b02bcd2c1d331f54742ad6'
: 'aa72a837158799fbadd1c4aff94fcc2b5bb9dc6ad8d12f6337d047d4b0c8f79e' : 'f42cd10636f09799f4e01cc84e7ae906cc1d9140f1446f8dcd054d19cbc44c2b'
) )
}) })
}) })

View file

@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists 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 zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists

2
dist/main/index.js vendored

File diff suppressed because one or more lines are too long