Skip to content

Fix the Gradle 5.0 deprecation warnings. Task.execute() will be removed, the new…

Eric Bruneton requested to merge fix-gradle-5-warnings into master

Fix the Gradle 5.0 deprecation warnings. Task.execute() will be removed, the new code avoids forking a JVM to retrofit the classes.

Merge request reports