awrichar / gradle-external-build

A Gradle plugin for seamlessly integrating with other build tools, including GNU make, CMake, qmake, and more.
Other
29 stars 7 forks source link

Gradle 5 support #8

Closed sfionov closed 5 years ago

sfionov commented 5 years ago

This commit adds Gradle 5 support. org.gradle.api.internal.ClosureBackedAction has different path in Gradle 5, so it is easier to have local implementation for compatibility.

bsideup commented 5 years ago

@awrichar soft pinging you in case you missed this PR :)

awrichar commented 5 years ago

Yes sorry, this looks good. I'm not maintaining this all that actively at the moment, but I appreciate the contribution!