You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to compile in Debian 10. I needed to manually edit almost all the scripts to remove the "<<" statement and replace it by "doLast()"
On top, in Gradle 5. you can no longer directly execute a task. I therefore made task depend on each other so they get executed. I am not certain it is the right way, but I'd like to submit a pull request so at least the work of manually replacing the "<<" can be kept.
The text was updated successfully, but these errors were encountered:
I tried to compile in Debian 10. I needed to manually edit almost all the scripts to remove the "<<" statement and replace it by "doLast()"
On top, in Gradle 5. you can no longer directly execute a task. I therefore made task depend on each other so they get executed. I am not certain it is the right way, but I'd like to submit a pull request so at least the work of manually replacing the "<<" can be kept.
The text was updated successfully, but these errors were encountered: