Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Github Actions maven.yml: Add java 17 to matrix #894

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Dec 14, 2022

  1. driver-opencv/pom.xml: remove org.bytedeco:videoinput exclusion

    This should fix the Github Actions build, I'm not sure why this was excluded -- maybe
    there was a good reason?
    msgilligan committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    04a2056 View commit details
    Browse the repository at this point in the history
  2. maven-surefire-plugin config add-opens (for JDK 17)

    Prepare for building with JDK 17.
    msgilligan committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    64b54fa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    edf2352 View commit details
    Browse the repository at this point in the history