Adarsh Ramamurthy

Results 54 comments of Adarsh Ramamurthy

Regarding your point about linking to an actual version of the codegen, we could always upgrade the codegen version by having this at the top of our build files. ```groovy...

Yeah, I know how painful it is. I have experienced the same in some big projects where the plugin is used. I am trying to find some time to actively...

> So essentially you want the ${year} variable to represent the year the file was created in? Correct. If I create a new file today, I want it to get...

Yeah that's fine by me 👍

Can you try by commenting out the `logLevel` setting?

You don't need any other argument. Just running the test task should print the logger output. Perhaps create a small reproducible sample so that I could take a look?

@spark85 I just found some time to work on this project tonight. Let me check your resources and let you know. I also found [this StackOverflow question](https://stackoverflow.com/questions/36914675/gradle-how-to-display-androidtest-results-in-the-console) which seems relevant....

Sorry but this is beyond me. Partly because I don't do Android development. Perhaps if someone could create a codespace to reproduce this I might be able to help but...

For those of you wondering how to apply @jiajiunnwong's suggestion to a Grails project, just set `GRAILS_OPTS` environment variable so that it overrides the version of springloaded as follows. ```...

Thank you. I was having very similar problems with access to session attributes randomly returning null values. It is an AJAX-heavy application and the problem used to usually surface whenever...