Attila Kelemen

Results 340 comments of Attila Kelemen

I have added the possibility to print the actual version of Gradle being used (as reported by Gradle). This feature must be turned on in the global settings (technically this...

Your guess is right, the plugin believed that it was a root project. I know about this issue and plan to fix this for the next release as soon as...

I have added a fix to master which should work in the vast majority of the cases. It would be nice if you could build the plugin from the sources...

I had to fix some problems. So, if you've already built the plugin, please, rebuild it.

Technically speaking it would be faster but not noticably (probably a few ms faster). For project loading: Gradle always evaluates all subprojects (sadly, there is no way around that). When...

Thanks, I have fixed that. Maybe I should not have added just this "trivial" change late night :)

The JDK list in the project properties are grouped by JDK version number, so I guess that 1.8 disapears because you have the same directory selected for JDK 8 as...

Platform priority is necessary when you have multiple JDKs with the same version. It is just not important for you. Simply selecting the JDK in the project properties should work,...

I'm not sure that I can list those dependencies because those dependencies are local to a particular .gradle file and I don't know about any API of Gradle which would...

Actually, this is not only a problem for this plugin but script files as well. That is, it usually surprises people that a script file applied with `apply from: 'myscript.gradle'`...