-
-
Notifications
You must be signed in to change notification settings - Fork 435
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 AGP to 7.0.2 #1650
Bump AGP to 7.0.2 #1650
Conversation
@maciejwalkowiak can you confirm that compiling the Java projects with Java 11 but target/source being Java 8 won't cause any harm? since the new Android Gradle Plugin requires Java 11, either we split up in 2 Gradle projects or we use Java 11 targeting Java 8 |
spotless hits the issue diffplug/spotless#834 if using Java 16 |
@@ -19,7 +19,7 @@ jobs: | |||
# TODO: windows-latest | |||
os: [ubuntu-latest, macos-latest] | |||
# Zulu Community distribution of OpenJDK | |||
java: [ '8', '11' ] | |||
java: [ '11' ] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
didn't remove the matrix because we want to add Java 16 later
"target" means the latest Java version runtime we want to support. I don't see any way it can cause any harm. |
📜 Description
Bump AGP to 7.0.2
💡 Motivation and Context
Closes #1646
💚 How did you test it?
CI/running
📝 Checklist
🔮 Next steps