aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorEvgeny Mandrikov <138671+Godin@users.noreply.github.com>2019-06-07 07:37:54 +0200
committerSonarTech <sonartech@sonarsource.com>2019-06-07 20:21:13 +0200
commit2ef053d67d609478dbc73f3c508b832ee6c490c9 (patch)
tree430f025008b7ab24c4ff1a72b36d710dbc1a4a72 /build.gradle
parentf5c0986aeccd907b7a87679261ddd5e28895b802 (diff)
downloadsonarqube-2ef053d67d609478dbc73f3c508b832ee6c490c9.tar.gz
sonarqube-2ef053d67d609478dbc73f3c508b832ee6c490c9.zip
Build task ":server:sonar-web:yarn_run" should produce same result outside of CI
While this adds quite some overhead, benefit is that remote Gradle cache entry can be used locally.
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle1
1 files changed, 0 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 681be67e780..555fa4268ce 100644
--- a/build.gradle
+++ b/build.gradle
@@ -62,7 +62,6 @@ allprojects {
ext {
release = project.hasProperty('release') && project.getProperty('release')
- ci = project.hasProperty('ci') && project.getProperty('ci')
official = project.hasProperty('official') && project.getProperty('official')
}