We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4e0de9 commit 80dcb5cCopy full SHA for 80dcb5c
inject-generator/pom.xml
@@ -25,7 +25,7 @@
25
<dependency>
26
<groupId>io.avaje</groupId>
27
<artifactId>avaje-prisms</artifactId>
28
- <version>1.0-SNAPSHOT</version>
+ <version>1.0</version>
29
<optional>true</optional>
30
<scope>provided</scope>
31
</dependency>
@@ -52,11 +52,11 @@
52
<source>11</source>
53
<target>11</target>
54
<annotationProcessorPaths>
55
- <annotationProcessorPath>
+ <path>
56
57
58
59
- </annotationProcessorPath>
+ </path>
60
</annotationProcessorPaths>
61
</configuration>
62
</plugin>
0 commit comments