-
-
Notifications
You must be signed in to change notification settings - Fork 112
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
Mistake in Gradle README? #130
Labels
bug
Something isn't working
Comments
@benmccann thanks for reporting this! |
Thanks! One more question. Is it right that these directories in the README don't match each other?
|
kobylynskyi
added a commit
that referenced
this issue
Apr 29, 2020
@benmccann It is fixed now. Thanks! |
kobylynskyi
added a commit
that referenced
this issue
Apr 29, 2020
kobylynskyi
added a commit
that referenced
this issue
Apr 29, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue Description
I'm trying out the Gradle plugin, but having some difficulty.
Steps to Reproduce
Create a Gradle project with the sample configuration from the README: https://github.com/kobylynskyi/graphql-java-codegen/tree/master/plugins/gradle#buildgradle
outputDir = "$buildDir/generated/graphql"
Expected Result
Expected project to successfully build
Actual Result
Your Environment and Setup
Additional context
Something else I noticed is that I'd expect there to be a default value for
outputDir
. The readme says the the default isNone
, so does that mean the plugin does nothing unless you set it?The text was updated successfully, but these errors were encountered: