Skip to content

Commit

Permalink
build(pom): restore dagger compiler property (#1662)
Browse files Browse the repository at this point in the history
* build(pom): restore dagger compiler property

Signed-off-by: Elliott Baron <[email protected]>

* Use dagger.version for property

---------

Signed-off-by: Elliott Baron <[email protected]>
  • Loading branch information
ebaron authored and andrewazores committed Sep 19, 2023
1 parent 1290c8c commit ab77f1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@
<path>
<groupId>com.google.dagger</groupId>
<artifactId>dagger-compiler</artifactId>
<version>${com.google.dagger.version}</version>
<version>${com.google.dagger.compiler.version}</version>
</path>
</annotationProcessorPaths>
</configuration>
Expand Down

0 comments on commit ab77f1d

Please sign in to comment.