graphql-java-generator/GraphQL-Forum-Gradle-Tutorial-client

Generated properties not included in SourcesSets

pell-je opened this issue · 1 comments

/build/generated/resources/graphqlGradlePlugin not included in SourcesSets

The ReadMe has this:
sourceSets.main.java.srcDirs += '/build/generated/resources/graphqlGradlePlugin'

but needs to be
sourceSets.main.resources.srcDirs += '/build/generated/resources/graphqlGradlePlugin'

I'm finishing a release for the plugin, and I will update the tutorial.

Thanks for the report