Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Task.leftShift has been deprecated #78

Open
BernardClabots opened this issue Apr 12, 2021 · 1 comment
Open

Task.leftShift has been deprecated #78

BernardClabots opened this issue Apr 12, 2021 · 1 comment

Comments

@BernardClabots
Copy link

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.

@BernardClabots
Copy link
Author

Can you allow me to push to a branch? I don't understand how I can do that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant