aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-testing-harness
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2018-03-10 14:09:04 +0100
committerSimon Brandhof <simon.brandhof@sonarsource.com>2018-03-12 09:24:24 +0100
commitcde66ac25ba506d77954068cf9b8434c98ba4ccd (patch)
tree15c9c8de5d31b5bef5aefe0493d4ba7dc57b4bae /sonar-testing-harness
parenta0a43512f8f40986b16cd31122d2d2bdaf938733 (diff)
downloadsonarqube-cde66ac25ba506d77954068cf9b8434c98ba4ccd.tar.gz
sonarqube-cde66ac25ba506d77954068cf9b8434c98ba4ccd.zip
Order list of Gradle dependencies
Diffstat (limited to 'sonar-testing-harness')
-rw-r--r--sonar-testing-harness/build.gradle6
1 files changed, 4 insertions, 2 deletions
diff --git a/sonar-testing-harness/build.gradle b/sonar-testing-harness/build.gradle
index 3908c075238..2fa44152a99 100644
--- a/sonar-testing-harness/build.gradle
+++ b/sonar-testing-harness/build.gradle
@@ -5,9 +5,11 @@ sonarqube {
}
dependencies {
- compile 'commons-io:commons-io'
- compile 'com.googlecode.json-simple:json-simple'
+ // please keep list ordered
+
compile 'com.google.code.gson:gson'
+ compile 'com.googlecode.json-simple:json-simple'
+ compile 'commons-io:commons-io'
compile 'junit:junit'
compile 'org.hamcrest:hamcrest-core'