Skip to content

Commit

Permalink
fix: remove unused property
Browse files Browse the repository at this point in the history
  • Loading branch information
aoudiamoncef committed Jun 2, 2023
1 parent 71dd183 commit c4038d8
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
3 changes: 0 additions & 3 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,6 @@ All plugin configuration properties and their defaults:
<debugDirectory>
${project.build.directory}/generated-sources/graphql-client/lahzouz/debug/
</debugDirectory>
<operationOutputFile>
${project.build.directory}/generated/operationOutput/apollo/lahzouz/operationOutput.json
</operationOutputFile>
<generateOperationDescriptors>false</generateOperationDescriptors>
<compilerParams>
<rootFolders>
Expand Down
3 changes: 0 additions & 3 deletions apollo-client-maven-plugin-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,6 @@
<debugDirectory>
${project.build.directory}/generated-sources/graphql-client/books/debug/
</debugDirectory>
<operationOutputFile>
${project.build.directory}/generated/operationOutput/apollo/books/operationOutput.json
</operationOutputFile>
<generateOperationDescriptors>false</generateOperationDescriptors>
<compilerParams>
<rootFolders>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ class GraphQLClientMojo : AbstractMojo() {
outputDir = compilationUnit.outputDirectory as File,
testDir = compilationUnit.testDirectory as File,
debugDir = compilationUnit.debugDirectory as File,
operationOutputFile = compilationUnit.operationOutputFile,
executableFiles = graphqlFiles,
schemaPackageName = compilerParams.schemaPackageName,
packageNameGenerator = PackageNameGenerator.Flat(compilerParams.packageName as String),
Expand Down

0 comments on commit c4038d8

Please sign in to comment.