File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 635635 <groupId >org.jetbrains.kotlin</groupId >
636636 <artifactId >kotlin-maven-plugin</artifactId >
637637 <version >${kotlin.version} </version >
638+ <dependencies >
639+ <dependency >
640+ <groupId >org.jetbrains.kotlin</groupId >
641+ <artifactId >kotlin-maven-allopen</artifactId >
642+ <version >${kotlin.version} </version >
643+ </dependency >
644+ </dependencies >
638645 <extensions >true</extensions >
639646 <configuration >
640647 <javaParameters >true</javaParameters >
641648 <args >
642649 <arg >-Xjsr305=strict</arg > <!-- Enable strict mode for JSR-305 annotations -->
643650 </args >
651+ <compilerPlugins >
652+ <plugin >spring</plugin >
653+ </compilerPlugins >
654+ <jvmTarget >${java.version} </jvmTarget >
644655 </configuration >
645656 <executions >
646657 <execution >
You can’t perform that action at this time.
0 commit comments