]> source.dussan.org Git - sonarqube.git/commitdiff
update yarn
authorStas Vilchik <stas.vilchik@sonarsource.com>
Thu, 28 Jun 2018 14:54:50 +0000 (16:54 +0200)
committersonartech <sonartech@sonarsource.com>
Fri, 29 Jun 2018 07:10:17 +0000 (09:10 +0200)
server/sonar-bitbucketcloud/build.gradle
server/sonar-vsts/build.gradle
server/sonar-web/build.gradle

index 5a848ddf1f091f6a7bd94d5cd6ab39a91d4b1c59..2b2852451b53250f9ec9ceca5a556db6982ac56e 100644 (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
 }
 
index 80e96ce4daa721ef31fc9ff8c845e3830a01c5a6..858ea376e445f555a13cbad3887031fcdf6fff57 100644 (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
 }
 
index b0b13ec8d0ee230fc8cfdb9296a610625bfb5d72..7099b734ce068064cae400a06e7c7df63c7e6944 100644 (file)
@@ -51,7 +51,7 @@ task copyBranding() {
 
 node {
   version = '8.10.0'
-  yarnVersion = '1.5.1'
+  yarnVersion = '1.7.0'
   download = true
 }