]> source.dussan.org Git - sonarqube.git/commitdiff
update gradle version in tutorial
authorStas Vilchik <stas.vilchik@sonarsource.com>
Mon, 22 Jan 2018 09:49:24 +0000 (10:49 +0100)
committerStas Vilchik <stas.vilchik@sonarsource.com>
Mon, 22 Jan 2018 12:13:01 +0000 (13:13 +0100)
server/sonar-web/src/main/js/apps/tutorials/onboarding/commands/JavaGradle.js
server/sonar-web/src/main/js/apps/tutorials/onboarding/commands/__tests__/__snapshots__/JavaGradle-test.js.snap

index 751ac9e6bbf0ceafb347fc3936145b26cb95363b..83f34e622e3288ad9d729e11d23e87a2e1383946 100644 (file)
@@ -31,7 +31,7 @@ type Props = {|
 */
 
 export default function JavaGradle(props /*: Props */) {
-  const config = 'plugins {\n  id "org.sonarqube" version "2.5"\n}';
+  const config = 'plugins {\n  id "org.sonarqube" version "2.6"\n}';
 
   const command = [
     './gradlew sonarqube',
index 9361ccc33a321acf435ff5403c51e495e2f7bfd5..264de313eac2a68b2a9a6b59963b6eea512972d3 100644 (file)
@@ -17,7 +17,7 @@ exports[`renders correctly 1`] = `
   />
   <Command
     command="plugins {
-  id \\"org.sonarqube\\" version \\"2.5\\"
+  id \\"org.sonarqube\\" version \\"2.6\\"
 }"
   />
   <p
@@ -71,7 +71,7 @@ exports[`renders correctly 2`] = `
   />
   <Command
     command="plugins {
-  id \\"org.sonarqube\\" version \\"2.5\\"
+  id \\"org.sonarqube\\" version \\"2.6\\"
 }"
   />
   <p