Move to JDK_1_8 in maven project

This commit is contained in:
Nikolay Krasko
2022-08-11 15:37:05 +02:00
committed by Space
parent 569e72c34e
commit e92c7983d0
7 changed files with 32 additions and 9 deletions
@@ -75,7 +75,7 @@
<groupId>org.jetbrains.kotlin</groupId>
<version>${project.version}</version>
<configuration>
<jdkHome>${env.JDK_18}</jdkHome>
<jdkHome>${jdk_1_8}</jdkHome>
<annotationPaths>
<annotationPath>${basedir}/kotlinAnnotation</annotationPath>
</annotationPaths>
@@ -130,7 +130,7 @@
</file>
</activation>
<properties>
<toolsjar>${env.JDK_18}/lib/tools.jar</toolsjar>
<toolsjar>${jdk_1_8}/lib/tools.jar</toolsjar>
</properties>
<dependencies>
<dependency>