Alex Chachanashvili

Results 5 comments of Alex Chachanashvili

The plugin is changing the settings inside IDEA which is causing problems. You can set that to ./generated_src which works fine from module root, then this plugin runs and resets...

This is happening inside a very large project, I can't reproduce it in a small project due to the dependencies and project structure. The way you had it working before...

As a temporary fix, reverting to version 1.2.8 of the plugin fixes the issue. I am not really comfortable with a command line plugin messing with my IDE settings, but...

So the directory setting you are modifying has a radio button which qualifies what that path means: Store generated sources relative to: Module Output Directory OR Module Content Root When...

I am using latest 2017.2.1 I saw the #58 issue but in our case gradle is not integrated into the project, it's mainly a build system so having it modify...