Skip to content

Commit

Permalink
Updated 2015-07-10-add-generated-sources-in-intellij.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sudison committed Jul 10, 2015
1 parent 6cae7e6 commit a3e4e16
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions _posts/2015-07-10-add-generated-sources-in-intellij.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
published: false
published: true
---


## Add generated-sources directory into intellij

In case you are using protobuf,gradle and intellij, everytime, when refresh the project, i.e, generated-sources folder is not included in intellij, which causes intellij can't index source files generated by protobuf-compiler. I have to manually include it in intellij, which is not a good user experience.
Expand All @@ -17,4 +18,4 @@ idea.module {
sourceDirs += protobufOutputDir
}
```
from [http://stackoverflow.com/a/25725794](http://stackoverflow.com/a/25725794)
from [http://stackoverflow.com/a/25725794](http://stackoverflow.com/a/25725794)

0 comments on commit a3e4e16

Please sign in to comment.