We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We use conventions to add sv, c, etc. methods to source sets. This is a deprecated feature and we should move away from it.
sv
c
The text was updated successfully, but these errors were encountered:
Some notes on how this could be implemented:
https://blog.mrhaki.com/2013/01/groovy-goodness-adding-extra-methods.html https://stackoverflow.com/questions/62318216/how-gradle-plugin-add-method-to-a-specific-block https://github.com/gradle/gradle/blob/master/subprojects/core-api/src/main/java/org/gradle/internal/metaobject/MethodMixIn.java https://www.logicbig.com/tutorials/misc/groovy/method-pointer-operator.html
This needs to be studied in more depth.
Sorry, something went wrong.
No branches or pull requests
We use conventions to add
sv
,c
, etc. methods to source sets. This is a deprecated feature and we should move away from it.The text was updated successfully, but these errors were encountered: