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 352352
353353 <plugins >
354354
355+ <!-- force-skip -->
356+ <plugin >
357+ <groupId >org.jetbrains.kotlin</groupId >
358+ <artifactId >kotlin-maven-plugin</artifactId >
359+ <inherited >false</inherited >
360+ <configuration >
361+ <skip >true</skip >
362+ </configuration >
363+ </plugin >
364+
355365 <!--
356366 Unpacks the content of spring-data-build-resources into the shared resources folder.
357367 -->
674684
675685 <plugins >
676686
687+ <!-- force-skip -->
688+ <plugin >
689+ <groupId >org.jetbrains.kotlin</groupId >
690+ <artifactId >kotlin-maven-plugin</artifactId >
691+ <inherited >false</inherited >
692+ <configuration >
693+ <skip >true</skip >
694+ </configuration >
695+ </plugin >
696+
677697 <!--
678698 Unpacks the content of spring-data-build-resources into the shared resources folder.
679699 -->
You can’t perform that action at this time.
0 commit comments