]> source.dussan.org Git - sonarqube.git/commitdiff
Fix generation of javadoc
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Wed, 17 Jul 2019 11:19:21 +0000 (13:19 +0200)
committerSonarTech <sonartech@sonarsource.com>
Wed, 17 Jul 2019 18:21:13 +0000 (20:21 +0200)
sonar-ws/build.gradle

index a064ee93018584a34e891f334f584a47d0d59efb..13f6597417bbcfeb1de041ccf8ae8f9372656956 100644 (file)
@@ -16,6 +16,7 @@ dependencies {
   compile 'com.squareup.okhttp3:okhttp'
 
   compileOnly 'com.google.code.findbugs:jsr305'
+  compileOnly 'javax.annotation:javax.annotation-api'
   compileOnly project(path: ':sonar-plugin-api', configuration: 'shadow')
 
   testCompile 'com.squareup.okhttp3:mockwebserver'