Kapt3, Minor: Add tools.jar to kotlin-annotation-processing classpath (Maven)

This commit is contained in:
Yan Zhulanow
2016-11-23 15:56:03 +03:00
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>