diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2020-03-24 21:30:42 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2020-03-25 20:03:54 +0000 |
commit | eb1fc30c39a95db91a7e3c9a5b0cbbfd8fa13cf9 (patch) | |
tree | 6dcec79fff2111cd40666ae0f90a5dbfafe97783 | |
parent | 58d6800b29c74a0f02dfc6a43948d029c6300de8 (diff) | |
download | sonarqube-eb1fc30c39a95db91a7e3c9a5b0cbbfd8fa13cf9.tar.gz sonarqube-eb1fc30c39a95db91a7e3c9a5b0cbbfd8fa13cf9.zip |
SONAR-13155 add a comment about lib diffutils
-rw-r--r-- | build.gradle | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle index be3edd811a1..ce1b8e8dabe 100644 --- a/build.gradle +++ b/build.gradle @@ -184,6 +184,9 @@ subprojects { entry 'scribejava-apis' entry 'scribejava-core' } + // This project is no longer maintained and was forked + // by https://github.com/java-diff-utils/java-diff-utils + // (io.github.java-diff-utils:java-diff-utils). dependency 'com.googlecode.java-diff-utils:diffutils:1.2' dependency('com.googlecode.json-simple:json-simple:1.1.1') { exclude 'junit:junit' |