Skip to content

Commit ce9971a

Browse files
committed
doc: removed outdated requirement that downloadOnlyRequired=false
The requirement was removed in #46
1 parent 50e0008 commit ce9971a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ Exception in thread "main" java.util.ServiceConfigurationError: com.google.error
4343
Caused by: java.lang.IllegalAccessError: class ... (in unnamed module @...) cannot access class com.sun.tools.javac.code.Symbol (in module jdk.compiler) because module jdk.compiler does not export com.sun.tools.javac.code to unnamed module @...
4444
```
4545

46-
In SonarQube 10.5 the new feature to only download required plugins causes a NoClassDefFoundError. The workaround for this issue is to enable the `sonar.plugins.downloadOnlyRequired` option on the server AND on the analyzer: `-Dsonar.plugins.downloadOnlyRequired=false`
47-
4846
## NullAway configuration
4947

5048
NullAway needs to be configured with the `nullaway.annotated.packages` option, for instance:

0 commit comments

Comments
 (0)