-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/73145/
-----------------------------------------------------------
Review request for DataFu.
Bugs: DATAFU-156
https://issues.apache.org/jira/browse/DATAFU-156
Repository: datafu
Description
-------
DataFu is incompatible with Gradle 5 and later due to API changes on Gradle's
side. This patch brings the autojar code and the specification of the build
files in line with Gradle 7 standards.
Diffs
-----
buildSrc/build.gradle 02c21af
buildSrc/src/main/groovy/datafu/autojar/task/Autojar.groovy a620337
Diff: https://reviews.apache.org/r/73145/diff/1/
Testing
-------
Built DataFu on Mac OS with Gradle 6.8(where the bug
https://issues.apache.org/jira/browse/DATAFU-156 is reproducible), and tested
with Pig.
Thanks,
Venkatasubrahmanian Narayanan