Update lib-parent to version 14#76
Closed
diabonas wants to merge 2 commits into
Closed
Conversation
OpenJDK 6 is no longer supported in the default build environment of Travis CI, so downgrade to Ubuntu 14.04 LTS (Trusty Tahr). This version is EOL (like Java 6), but seems to be the only way to continue building with OpenJDK 6. Even with the downgraded build environment, a manual workaround is necessary since the usual "jdk" key does not work.
Building with Maven 3.6.2 currently fails with
[ERROR] Failed to execute goal org.codehaus.mojo:findbugs-maven-plugin:3.0.1:findbugs (findbugs) on project system-rules: Unable to parse configuration of mojo org.codehaus.mojo:findbugs-maven-plugin:3.0.1:findbugs for parameter pluginArtifacts: Cannot assign configuration entry 'pluginArtifacts' with value '${plugin.artifacts}' of type java.util.Collections.UnmodifiableRandomAccessList to property of type java.util.ArrayList -> [Help 1]
This is resolved in FindBugs version 3.0.4 and newer, so update
lib-parent to a version including this fix. Using lib-parent version >14
breaks the current CI setup due to requiring a more recent Maven
version.
Contributor
Author
|
The first commit fixes the failing Travis CI build by reworking the OpenJDK 6 setup, which is necessary to unbreak #75 as well. |
Owner
|
Thank you for your contribution and especially the pretty commit messges. I already merged your first commit: e638fdc. I have to check a few things before I can merge the second commit, too. |
Owner
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Building with Maven 3.6.2 currently fails with
This is resolved in FindBugs version 3.0.4 and newer, so update lib-parent to a version including this fix. Using lib-parent version >14 breaks the current CI setup due to requiring a more recent Maven version.