Kapt3, Minor: Add tools.jar to kotlin-annotation-processing classpath (Maven)
This commit is contained in:
committed by
Yan Zhulanow
parent
75aaf6e797
commit
e39a8f2900
@@ -131,6 +131,9 @@
|
||||
<version>${project.version}</version>
|
||||
<configuration>
|
||||
<jdkHome>${env.JDK_18}</jdkHome>
|
||||
<classpath>
|
||||
<classpathEntry>${env.JDK_18}/lib/tools.jar</classpathEntry>
|
||||
</classpath>
|
||||
<annotationPaths>
|
||||
<annotationPath>${basedir}/kotlinAnnotation</annotationPath>
|
||||
</annotationPaths>
|
||||
|
||||
Reference in New Issue
Block a user