Browse Source

update yarn

tags/7.5
Stas Vilchik 6 years ago
parent
commit
ad6cd82cdc

+ 1
- 1
server/sonar-bitbucketcloud/build.gradle View File

@@ -13,7 +13,7 @@ apply plugin: 'com.moowork.node'

node {
version = '8.10.0'
yarnVersion = '1.5.1'
yarnVersion = '1.7.0'
download = true
}


+ 1
- 1
server/sonar-vsts/build.gradle View File

@@ -13,7 +13,7 @@ apply plugin: 'com.moowork.node'

node {
version = '8.10.0'
yarnVersion = '1.5.1'
yarnVersion = '1.7.0'
download = true
}


+ 1
- 1
server/sonar-web/build.gradle View File

@@ -51,7 +51,7 @@ task copyBranding() {

node {
version = '8.10.0'
yarnVersion = '1.5.1'
yarnVersion = '1.7.0'
download = true
}


Loading…
Cancel
Save