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

Add Java version - see guardian/gha-scala-library-release-workflow#36 #442

Merged
merged 1 commit into from
May 21, 2024

Commits on May 21, 2024

  1. Add Java version - see guardian/gha-scala-library-release-workflow#36

    Although we're _building_ with Java 21, we're also updating the minimum supported
    Java version from Java 8 to Java 11:
    
    #442 (review)
    
    We can do this because the artifact published by this repo:
    
    "com.gu" %% "janus-config-tools" % "1.0.0"
    https://index.scala-lang.org/guardian/janus-app/artifacts/janus-config-tools
    
    ...is only consumed by these two apps, Janus & Security HQ:
    
    * guardian/janus#3947
    * guardian/security-hq#413
    
    ....both of which are now running on Java 11.
    rtyley committed May 21, 2024
    1 Configuration menu
    Copy the full SHA
    5d660c2 View commit details
    Browse the repository at this point in the history