diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2018-03-10 14:09:04 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2018-03-12 09:24:24 +0100 |
commit | cde66ac25ba506d77954068cf9b8434c98ba4ccd (patch) | |
tree | 15c9c8de5d31b5bef5aefe0493d4ba7dc57b4bae /sonar-home | |
parent | a0a43512f8f40986b16cd31122d2d2bdaf938733 (diff) | |
download | sonarqube-cde66ac25ba506d77954068cf9b8434c98ba4ccd.tar.gz sonarqube-cde66ac25ba506d77954068cf9b8434c98ba4ccd.zip |
Order list of Gradle dependencies
Diffstat (limited to 'sonar-home')
-rw-r--r-- | sonar-home/build.gradle | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sonar-home/build.gradle b/sonar-home/build.gradle index a367fdd6c35..ea6d5b07f44 100644 --- a/sonar-home/build.gradle +++ b/sonar-home/build.gradle @@ -5,6 +5,8 @@ sonarqube { } dependencies { + // please keep list ordered + compileOnly 'com.google.code.findbugs:jsr305' testCompile 'commons-codec:commons-codec' |