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

Use openjdk 11 to make maven work on ubuntu 20.04 #64

Merged
merged 4 commits into from
Mar 4, 2022

Commits on Mar 4, 2022

  1. Use jdk 11 as maven does not work with jdk16/17

    The current version of maven, which comes with ubuntu 20.04, does not work with jdk 16/17 as per https://bugs.launchpad.net/ubuntu/+source/maven/+bug/1930541
    
    In order to have maven working in the docker container, the only solution I could come up with is to go back to jdk 11, while also maintaining ubuntu:20.04 as the base for the image. 
    
    Another solution would be to use 21.10. but that's not LTS. Hopefully the new LTS version of ubuntu won't have this problem, but it's not there yet.
    Maaarcocr authored Mar 4, 2022
    Configuration menu
    Copy the full SHA
    f87dde5 View commit details
    Browse the repository at this point in the history
  2. use ubuntu 22.04

    Maaarcocr authored Mar 4, 2022
    Configuration menu
    Copy the full SHA
    600b913 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4dc2824 View commit details
    Browse the repository at this point in the history
  4. actually test maven

    Maaarcocr authored Mar 4, 2022
    Configuration menu
    Copy the full SHA
    3c0e949 View commit details
    Browse the repository at this point in the history