Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

src option does not work #4

Closed
massiccio opened this issue Mar 24, 2014 · 2 comments
Closed

src option does not work #4

massiccio opened this issue Mar 24, 2014 · 2 comments
Assignees
Labels
Milestone

Comments

@massiccio
Copy link

Hello,

I can not get the src option working.
The documentation states:
" Source directory for your .proto files. The value is relative to the project root."

however the plugin looks into src/main.

My build.gradle file includes the following

protobuf {
version = '2.5.0'
src = 'proto'
}

@andrewkroh andrewkroh self-assigned this Apr 11, 2014
@andrewkroh andrewkroh added this to the 0.3.0 milestone Apr 11, 2014
@andrewkroh andrewkroh added the bug label Apr 11, 2014
@andrewkroh
Copy link
Owner

I believe this is caused by the same problem as issue #3. Hopefully in the next week or two I'll have some time to fix these issues.

@andrewkroh andrewkroh modified the milestones: 0.4.0, 0.3.0 May 16, 2014
@andrewkroh
Copy link
Owner

Released in 0.4.0. This should be working now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants