-
Notifications
You must be signed in to change notification settings - Fork 461
Test DPG against Gradle 9 #4156
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
Conversation
|
I think the only remaining failures are because TeamCity doesn't have Android SDK 35 installed. |
Can't we just use SDK 34? I thought it's just a configuration option in AGP, or am I missing something? |
AGP 8.12 force-updates to SDK 35: |
...ion-tests/gradle/src/main/kotlin/org/jetbrains/dokka/it/gradle/junit/TestedVersionsSource.kt
Show resolved
Hide resolved
...ion-tests/gradle/src/main/kotlin/org/jetbrains/dokka/it/gradle/junit/TestedVersionsSource.kt
Outdated
Show resolved
Hide resolved
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.
Hope bumping Gradle 8 won't cause any new issues 🤞, otherwise LGTM
Test DGP against Gradle 9.
Fix #4150