Skip to content

Commit

Permalink
Merge pull request #48 from michel-zedler/doc
Browse files Browse the repository at this point in the history
doc(Readme): add missing configuration xml element
aoudiamoncef authored Jul 7, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents abd6227 + 65f08e8 commit 87536e8
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions README.adoc
Original file line number Diff line number Diff line change
@@ -55,16 +55,18 @@ Maven plugin that calls the https://github.com/apollographql/apollo-android[Apol
<goals>
<goal>generate</goal>
</goals>
<services>
<example-api>
<compilationUnit>
<name>example</name>
<compilerParams>
<rootPackageName>com.example.graphql.client</rootPackageName>
</compilerParams>
</compilationUnit>
</example-api>
</services>
<configuration>
<services>
<example-api>
<compilationUnit>
<name>example</name>
<compilerParams>
<rootPackageName>com.example.graphql.client</rootPackageName>
</compilerParams>
</compilationUnit>
</example-api>
</services>
</configuration>
</execution>
</executions>
</plugin>

0 comments on commit 87536e8

Please sign in to comment.