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 289289
290290 <plugins >
291291
292+ <!-- force-skip -->
293+ <plugin >
294+ <groupId >org.jetbrains.kotlin</groupId >
295+ <artifactId >kotlin-maven-plugin</artifactId >
296+ <inherited >false</inherited >
297+ <configuration >
298+ <skip >true</skip >
299+ </configuration >
300+ </plugin >
301+
292302 <!--
293303 Unpacks the content of spring-data-build-resources into the shared resources folder.
294304 -->
615625
616626 <plugins >
617627
628+ <!-- force-skip -->
629+ <plugin >
630+ <groupId >org.jetbrains.kotlin</groupId >
631+ <artifactId >kotlin-maven-plugin</artifactId >
632+ <inherited >false</inherited >
633+ <configuration >
634+ <skip >true</skip >
635+ </configuration >
636+ </plugin >
637+
618638 <!--
619639 Unpacks the content of spring-data-build-resources into the shared resources folder.
620640 -->
You can’t perform that action at this time.
0 commit comments