aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenoƮt Gianinetti <benoit.gianinetti@sonarsource.com>2019-02-07 17:01:10 +0100
committersonartech <sonartech@sonarsource.com>2019-03-06 11:30:41 +0100
commit80a41987529c43329119c90e2575c9b52a9a82d8 (patch)
tree6da8f67ef86938b8cc56a4e7d610e0e20b14b3d4
parentfaa9c1ce2a7fb9c82b022c0ee6ccc3a90a656e5f (diff)
downloadsonarqube-80a41987529c43329119c90e2575c9b52a9a82d8.tar.gz
sonarqube-80a41987529c43329119c90e2575c9b52a9a82d8.zip
SONARCLOUD-422 Integrate bitbucket auth into sonar-enterprise
-rw-r--r--gradle/wrapper/gradle-wrapper.properties3
-rw-r--r--server/sonar-web/public/images/sonarcloud/bitbucket-white.svg10
2 files changed, 12 insertions, 1 deletions
diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties
index 5c1b6c95b82..80fa98a6edd 100644
--- a/gradle/wrapper/gradle-wrapper.properties
+++ b/gradle/wrapper/gradle-wrapper.properties
@@ -1,5 +1,6 @@
+#Wed Feb 13 09:43:26 CET 2019
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
+distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.1-all.zip
diff --git a/server/sonar-web/public/images/sonarcloud/bitbucket-white.svg b/server/sonar-web/public/images/sonarcloud/bitbucket-white.svg
new file mode 100644
index 00000000000..c9aeed92f74
--- /dev/null
+++ b/server/sonar-web/public/images/sonarcloud/bitbucket-white.svg
@@ -0,0 +1,10 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" focusable="false" role="presentation">
+ <defs>
+ <linearGradient id="a-acb7415e-40c7-472a-ade9-3b99b6a8fba4" x1="97.526%" x2="46.927%" y1="25.488%" y2="78.776%">
+ <stop offset="0%" stop-color="#FFF" stop-opacity=".4"/>
+ <stop offset="100%" stop-color="#FFF"/>
+ </linearGradient>
+ </defs>
+ <path fill="url(#a-acb7415e-40c7-472a-ade9-3b99b6a8fba4)" d="M20.063 9.297h-5.279l-.886 5.16h-3.656l-4.317 5.116a.763.763 0 0 0 .492.186h11.458a.562.562 0 0 0 .563-.472l1.625-9.99z" transform="matrix(1.33 0 0 1.33 -4 -3.8)"/>
+ <path fill="#FFF" d="M1.11252 1.52a.74879.74879 0 0 0-.74879.86583L3.5411 21.6296a1.01479 1.01479 0 0 0 .99484.84721l5.89589-7.049h-.82726l-1.29808-6.8628h14.37863l1.0108-6.1712a.7448.7448 0 0 0-.73815-.87381H1.11252z"/>
+</svg> \ No newline at end of file