-
## Issue Description
Since we updated our Sonar to 10.5 our call to `./gradlew sonar` fails.
We can solve the problem by using `-Dsonar.plugins.downloadOnlyRequired=false`.
Its a Kotlin only proj…
-
Building with a schema such as *iso19139.nl.geografie.2.0.0* and *iso19139.nl.services.2.0.0* results in a very odd build failure!
```
The following artifacts could not be resolved: maven-plugins…
-
> **Existing Environment**
$ mvn --version
Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-10T22:11:47+05:30)
Maven home:
Java version: 1.8.0_91-3-redhat, vendor: Oracle Cor…
-
## Environment
| Component | Version |
| ------------------ | ------- |
| Java | 1.8.0.72|
| SpotBugs | 4.1.2|
| FindSecBugs | 1.10.1|
| Eclipse| 4.16…
mhnot updated
3 weeks ago
-
Hi, I'm using Gradle 3.5 and FindBugs 3.0.1 with a couple of other plugins. This is my configuration:
```gradle
findbugs 'com.google.code.findbugs:findbugs:3.0.1'
findbugs configurations.findbugs…
-
**Describe the bug**
I have:
```xml
...
com.google.code.findbugs
jsr305
3.0.2
...
```
as a dependency in my **pom.xml**.
I…
-
When Ant task is invoked with classpathref and pluginlistref, [PluginLoader](https://github.com/spotbugs/spotbugs/blob/e120cb9ff1041948e0d970c0642c499aa6dba7d2/spotbugs/src/main/java/edu/umd/cs/findbu…
-
I'm trying to install from Eclipse marketplace and getting this error:
```
Cannot complete the install because of a conflicting dependency.
Software being installed: edu.illinois.keshmesh 1.0.0.201…
ash2k updated
10 years ago
-
Hi there,
one of the projects I inherited is using `android-check`. I recently updated all outdated dependencies and found that Findbugs will not be supported in future Gradle versions
> Since F…
-
I have a Findbugs configuration in Maven which loads the include filters from the classpath. When running
```
mvn compile findbugs:findbugs
mvn findbugs:gui
```
on the command line the correc…