Skip to content

Commit ae35b0d

Browse files
yoonhyejinRyanHolstien
authored andcommitted
revert build.gradle
1 parent 6990d65 commit ae35b0d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

datahub-graphql-core/build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ dependencies {
3333

3434
graphqlCodegen {
3535
// For options: https://github.com/kobylynskyi/graphql-java-codegen/blob/master/docs/codegen-options.md
36+
graphqlSchemaPaths = fileTree(dir: "${projectDir}/src/main/resources", include: '**/*.graphql').collect { it.absolutePath }
3637
outputDir = new File("${projectDir}/src/mainGeneratedGraphQL/java")
3738
packageName = "com.linkedin.datahub.graphql.generated"
3839
generateToString = true

0 commit comments

Comments
 (0)