Skip to content

Commit 048fcdb

Browse files
committed
build: Use <proc> tag rather than compiler argument
1 parent 26aa5da commit 048fcdb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pom.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,7 @@
120120
<configuration>
121121
<source>${maven.compiler.source}</source>
122122
<target>${maven.compiler.target}</target>
123-
<compilerArgs>
124-
<compilerArg>-proc:full</compilerArg>
125-
</compilerArgs>
123+
<proc>full</proc>
126124
</configuration>
127125
</plugin>
128126
<!-- Plugin to execute unit tests -->

0 commit comments

Comments
 (0)