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

[Adaptive] Migrate gradle module Adaptive to Kotlin DSL #1593

Merged
merged 1 commit into from
Apr 28, 2023

Conversation

oas004
Copy link
Contributor

@oas004 oas004 commented Apr 28, 2023

Referencing #1579 (comment) and #1592

This was reverted in the latest commit because it did not build. Rebased and changed the Java target compatibility version as I could not get it to build with 11. I think we can do a build update to Java 11 parallel to these migrations.

Comment on lines +43 to +44
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I had to revert this from #1579 Cc. @borisf and @bentrengrove

Copy link
Collaborator

@bentrengrove bentrengrove left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's move them all to Java 11 in one go in parallel or at the end

@bentrengrove bentrengrove enabled auto-merge April 28, 2023 07:48
@bentrengrove bentrengrove merged commit 789dafe into google:main Apr 28, 2023
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.

2 participants