aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2018-06-05 18:49:27 +0200
committerSonarTech <sonartech@sonarsource.com>2018-06-12 20:21:02 +0200
commit080086fbf24084477ea9bce714dfdb563585aa2b (patch)
tree0b8a12216493bfe9e84d8f1223b2bc593aff3e5e /build.gradle
parent2e762529ec81a7ced23e0739f8fd43a35a37ffa5 (diff)
downloadsonarqube-080086fbf24084477ea9bce714dfdb563585aa2b.tar.gz
sonarqube-080086fbf24084477ea9bce714dfdb563585aa2b.zip
Add Gradle task printDependencies
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle4
1 files changed, 4 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
index 2b2851fd838..0825e7214cd 100644
--- a/build.gradle
+++ b/build.gradle
@@ -61,6 +61,10 @@ allprojects {
}
}
}
+
+ task printDependencies {
+ dependsOn 'dependencies'
+ }
}
subprojects {