How to display deprecation warnings during compilation
Damir Murat <[email protected]>
| Newsgroups | gmane.comp.lang.groovy.user |
|---|---|
| Message-ID | <55b608b3-ac48-4d6b-a203-a6e8ff18792f@Spark> |
Hi all, I will like to know if it is possible to get deprecation warnings displayed when compiling Groovy code. For example, when using Java deprecated APIs from Groovy code. I tried many variations in my Gradle scripts, but none worked. I'm unsure if the problem is with Gradle or Groovy, so I'm looking for any advice. Tnx