Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.

Fix for intelli-j generated sources #111

Closed
bkrahmer opened this issue Mar 30, 2016 · 1 comment
Closed

Fix for intelli-j generated sources #111

bkrahmer opened this issue Mar 30, 2016 · 1 comment

Comments

@bkrahmer
Copy link

At the bottom of the page there are workarounds described for working with intelli-j. Something similar to this at the bottom of your build.gradle will fix it:

sourceSets {
main {
java.srcDirs += "${buildDir}/generated/source/proto/main/java/"
}
test {
java.srcDirs += "${buildDir}/generated/source/proto/test/java/"
}
}

cheers,
brian

@rickfast
Copy link
Owner

rickfast commented Apr 2, 2016

boom aefdf05

@rickfast rickfast closed this as completed Apr 2, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants