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 -->
675685
676686 <plugins >
677687
688+ <!-- force-skip -->
689+ <plugin >
690+ <groupId >org.jetbrains.kotlin</groupId >
691+ <artifactId >kotlin-maven-plugin</artifactId >
692+ <inherited >false</inherited >
693+ <configuration >
694+ <skip >true</skip >
695+ </configuration >
696+ </plugin >
697+
678698 <!--
679699 Unpacks the content of spring-data-build-resources into the shared resources folder.
680700 -->
You can’t perform that action at this time.
0 commit comments