Browse Source

Fix generation of javadoc

tags/8.0
Simon Brandhof 4 years ago
parent
commit
b6ccb7c037
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      sonar-ws/build.gradle

+ 1
- 0
sonar-ws/build.gradle View 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'

Loading…
Cancel
Save