converison of macrodef target in gradle
What’s the question?
how to write this xml part in gradle?
my question is how do i edit an ant task using gradle?
Sorry, I don’t understand what you mean by that exactly. You will have to provide more information than just a sentence.
- Are you talking about a task that is part of an Ant script imported into your Gradle script? 2) Ant macros are different things than tasks. Which one do you mean? 3) When you say “edit”, do you mean “modify”? Does that mean you want to completely rewrite the logic in Gradle?
Sample build code would be very helpful.