Update 'kotlin-dist-for-jps-meta' to use unbundled compiler plugins.

^KTIJ-25384
This commit is contained in:
Yahor Berdnikau
2023-04-25 16:03:41 +02:00
committed by Space Team
parent 0188e79df7
commit 17dded2f2a
@@ -125,27 +125,32 @@
<!-- Compiler plugins. They can be added to the JPS process via KOTLIN_BUNDLED Path Variable --> <!-- Compiler plugins. They can be added to the JPS process via KOTLIN_BUNDLED Path Variable -->
<dependency> <dependency>
<groupId>${project.groupId}</groupId> <groupId>${project.groupId}</groupId>
<artifactId>kotlin-maven-serialization</artifactId> <artifactId>kotlinx-serialization-compiler-plugin</artifactId>
<version>${project.version}</version> <version>${project.version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>${project.groupId}</groupId> <groupId>${project.groupId}</groupId>
<artifactId>kotlin-maven-sam-with-receiver</artifactId> <artifactId>kotlin-sam-with-receiver-compiler-plugin</artifactId>
<version>${project.version}</version> <version>${project.version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>${project.groupId}</groupId> <groupId>${project.groupId}</groupId>
<artifactId>kotlin-maven-allopen</artifactId> <artifactId>kotlin-allopen-compiler-plugin</artifactId>
<version>${project.version}</version> <version>${project.version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>${project.groupId}</groupId> <groupId>${project.groupId}</groupId>
<artifactId>kotlin-maven-lombok</artifactId> <artifactId>kotlin-lombok-compiler-plugin</artifactId>
<version>${project.version}</version> <version>${project.version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>${project.groupId}</groupId> <groupId>${project.groupId}</groupId>
<artifactId>kotlin-maven-noarg</artifactId> <artifactId>kotlin-noarg-compiler-plugin</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>kotlin-assignment-compiler-plugin</artifactId>
<version>${project.version}</version> <version>${project.version}</version>
</dependency> </dependency>
</dependencies> </dependencies>