File tree Expand file tree Collapse file tree 1 file changed +18
-9
lines changed Expand file tree Collapse file tree 1 file changed +18
-9
lines changed Original file line number Diff line number Diff line change 42
42
<version >1.7.1</version >
43
43
</dependency >
44
44
45
- <!-- annotation processor -->
46
- <dependency >
47
- <groupId >io.avaje</groupId >
48
- <artifactId >avaje-inject-generator</artifactId >
49
- <version >${project.version} </version >
50
- <scope >provided</scope >
51
- </dependency >
52
-
53
45
<!-- test dependencies -->
54
46
<dependency >
55
47
<groupId >io.avaje</groupId >
73
65
</dependency >
74
66
75
67
</dependencies >
76
-
68
+ <build >
69
+ <plugins >
70
+ <!-- Add Compiler args for loom and errorprone -->
71
+ <plugin >
72
+ <groupId >org.apache.maven.plugins</groupId >
73
+ <artifactId >maven-compiler-plugin</artifactId >
74
+ <configuration >
75
+ <annotationProcessorPaths >
76
+ <path >
77
+ <groupId >io.avaje</groupId >
78
+ <artifactId >avaje-inject-generator</artifactId >
79
+ <version >${project.version} </version >
80
+ </path >
81
+ </annotationProcessorPaths >
82
+ </configuration >
83
+ </plugin >
84
+ </plugins >
85
+ </build >
77
86
</project >
You can’t perform that action at this time.
0 commit comments