Re: Build error: Spotbugs not found

2020-03-21 Thread Mark Waite
The message refers to a Java runtime environment path (jre1.8.0_241). The Java 8 runtime environment does not include the necessary tools for development. You need the Java Development Kit (JDK). See https://stackoverflow.com/questions/5730815/unable-to-locate-tools-jar for more information. On

Build error: Spotbugs not found

2020-03-21 Thread Alex Reds
Hi everyone, I would like to contribute to the Jenkins open-source project but I got stucked quite early. When I try to build the project, I get this error: [ERROR] Failed to execute goal com.github.spotbugs:spotbugs-maven-plugin:3.1.12.2:spotbugs (spotbugs) on project jenkins-parent: Execut