Parcourir la source

JAR of sonar-xoo-plugin should not contain sonar-plugin-api

* Plugins should not embed sonar-plugin-api, unfortunately this
  happened due to typo in efad42ce25

* And this was preventing caching of build task ":sonar-scanner-engine:test"
tags/8.0
Evgeny Mandrikov il y a 4 ans
Parent
révision
2e3b2cd88f
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      plugins/sonar-xoo-plugin/build.gradle

+ 1
- 1
plugins/sonar-xoo-plugin/build.gradle Voir le fichier

@@ -7,7 +7,7 @@ dependencies {
compile 'commons-io:commons-io'
compile 'commons-lang:commons-lang'
compile 'org.apache.commons:commons-csv'
compile project(path: ':sonar-plugin-api', configuration: 'shadow')
compileOnly project(path: ':sonar-plugin-api', configuration: 'shadow')
compileOnly 'com.google.code.findbugs:jsr305'

testCompile 'junit:junit'

Chargement…
Annuler
Enregistrer