imartinbe

Results 6 comments of imartinbe

It could be good to have a project icon different depending on the first language plugin applied : - base (gradle) - java (gradle with cofee cup) - war (gradle...

Hi Rajmahendra, This is a known limitation explained (see **_Current limitations**_ section at the bottom of project main page) : _It is not detected automatically when the project needs to...

You mean the pch.h ? In our case it well contains a CRLF at the end... When compiling using the command described in gradle --info details, I initially get the...

PS : cf also discussion I had with Gary Hale : https://discuss.gradle.org/t/unexpected-end-of-file-found-issue-on-precompile-header-compilation-with-visual-studio/21023/2

OK, I was able to reproduce it with the sample. It comes from the '/Za' compiler argument we add. If you change the build.gradle for the _hello_ component like this,...