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>
|
<version>${project.version}</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<jdkHome>${env.JDK_18}</jdkHome>
|
<jdkHome>${env.JDK_18}</jdkHome>
|
||||||
|
<classpath>
|
||||||
|
<classpathEntry>${env.JDK_18}/lib/tools.jar</classpathEntry>
|
||||||
|
</classpath>
|
||||||
<annotationPaths>
|
<annotationPaths>
|
||||||
<annotationPath>${basedir}/kotlinAnnotation</annotationPath>
|
<annotationPath>${basedir}/kotlinAnnotation</annotationPath>
|
||||||
</annotationPaths>
|
</annotationPaths>
|
||||||
|
|||||||
Reference in New Issue
Block a user