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

Bump Java language level to 1.8. #1025

Merged
merged 1 commit into from Jul 15, 2021

Conversation

prbprbprb
Copy link
Collaborator

Only affects non-Android builds. Android builds are still desugared
to be compatible with 1.7 by the SDK in order to run on older desserts.

We announced in the last release that we would be dropping support for 1.7.

Note that the Android-Stub build config previously had a comment that
it needed to be binary compatible with Android minSdkVersion. That
was erroneous, it's used for non-Android builds and so should shouldn't
redefine the source or target language level.

Tested:
./gradlew check
./gradlew conscrypt-android:check

Only affects non-Android builds.  Android builds are still desugared
to be compatible with 1.7 by the SDK in order to run on older desserts.

We announced in the last release that we would be dropping support for 1.7.

Note that the Android-Stub build config previously had a comment that
it needed to be binary compatible with Android minSdkVersion. That
was erroneous, it's used for non-Android builds and so should shouldn't
redefine the source or target language level.

Tested:
./gradlew check
./gradlew conscrypt-android:check
@prbprbprb prbprbprb requested a review from Yqwed July 15, 2021 16:39
@prbprbprb prbprbprb merged commit c36e455 into google:master Jul 15, 2021
@prbprbprb prbprbprb deleted the byebye_java_seven branch July 15, 2021 17:08
@yschimke
Copy link
Contributor

Woot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants