Skip to content

Commit 1b1a281

Browse files
committed
Fix annotation processor warnings for implicitly referenced classes.
1 parent 1a64082 commit 1b1a281

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

lkql_jit/pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,16 @@
147147
<lineEndings>UNIX</lineEndings>
148148
</configuration>
149149
</plugin>
150+
151+
<plugin>
152+
<groupId>org.apache.maven.plugins</groupId>
153+
<artifactId>maven-compiler-plugin</artifactId>
154+
<configuration>
155+
<compilerArgs>
156+
<arg>-implicit:class</arg>
157+
</compilerArgs>
158+
</configuration>
159+
</plugin>
150160
</plugins>
151161
</build>
152162

0 commit comments

Comments
 (0)