Closed gmazzo closed 1 year ago
I think the testapp
project can be refactored by using
pluginManagement {
includeBuild("..")
}
So you won't have to do the validateBuildReadiness
any longer, but that will be in another PR if I managed to do it.
PR focused on refreshing the plugin build:
Gradle 8.1.1
8.0.1
(to be compatible with Gradle 8)11
(required by AGP 8). JDK 17 will be needed for running the tests1.1.0
(to be compatible by Gradle 8)Breaking changes:
plugin
is already calling readNBytes (only available since JDK11).