Re: How to display deprecation warnings during compilation

2022-11-10 Thread Slawomir Jaranowski
Hi, Similar question - is it possible to have info about deprecated items with GroovyShell? czw., 10 lis 2022 o 10:50 Damir Murat napisaƂ(a): > 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 >

How to display deprecation warnings during compilation

2022-11-10 Thread Damir Murat
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