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

Don't do CI builds for obsolete JDKs #1185

Merged
merged 1 commit into from Jan 3, 2023

Commits on Jan 2, 2023

  1. Don't do CI builds for obsolete JDKs

    This is motivated by an accute problem with OpenJDK 10, which
    is consistently failing in CI for reasons wholy unrelated to
    Okio.
    
        > Configure project :android-test
        Unable to detect AGP versions for included builds. All projects in the build should use the same AGP version. Class name for the included build object: org.gradle.composite.internal.DefaultIncludedBuild$IncludedBuildImpl_Decorated.
        e: /home/runner/work/okio/okio/android-test/build.gradle.kts:18:1: Unresolved reference: android
    
    It's likely Gradle or AGP or something doesn't work on Java 10,
    even though it does work on Java 8, Java 9, Java 11, and Java 12.
    
    I'm not interested in debugging this problem; the right fix for
    it is 'Upgrade to a newer JDK'.
    
    I've specifically dropped unmaintained JDKs according to this page:
    https://en.wikipedia.org/wiki/Java_version_history
    swankjesse committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    de26cd1 View commit details
    Browse the repository at this point in the history