File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 351351
352352 <plugins >
353353
354+ <!-- force-skip -->
355+ <plugin >
356+ <groupId >org.jetbrains.kotlin</groupId >
357+ <artifactId >kotlin-maven-plugin</artifactId >
358+ <inherited >false</inherited >
359+ <configuration >
360+ <skip >true</skip >
361+ </configuration >
362+ </plugin >
363+
354364 <!--
355365 Unpacks the content of spring-data-build-resources into the shared resources folder.
356366 -->
673683
674684 <plugins >
675685
686+ <!-- force-skip -->
687+ <plugin >
688+ <groupId >org.jetbrains.kotlin</groupId >
689+ <artifactId >kotlin-maven-plugin</artifactId >
690+ <inherited >false</inherited >
691+ <configuration >
692+ <skip >true</skip >
693+ </configuration >
694+ </plugin >
695+
676696 <!--
677697 Unpacks the content of spring-data-build-resources into the shared resources folder.
678698 -->
You can’t perform that action at this time.
0 commit comments