File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 306306 <artifactId >kotlin-maven-plugin</artifactId >
307307 <version >${kotlin.version} </version >
308308 <configuration >
309- <!-- https://github.com/spring-projects/spring-framework/blob/6.2.x /buildSrc/src/main/java/org/springframework/build/KotlinConventions.java#L38-L39 -->
310- <apiVersion >1.7 </apiVersion >
311- <languageVersion >1.7 </languageVersion >
309+ <!-- https://github.com/spring-projects/spring-framework/blob/main /buildSrc/src/main/java/org/springframework/build/KotlinConventions.java#L47-L58 -->
310+ <apiVersion >2.2 </apiVersion >
311+ <languageVersion >2.2 </languageVersion >
312312 <jvmTarget >17</jvmTarget >
313313 <javaParameters >true</javaParameters >
314- <args >-Xjsr305=strict -opt-in=kotlin.RequiresOptIn</args >
314+ <args >-Xjsr305=strict -opt-in=kotlin.RequiresOptIn -Xjdk-release=17 -Xannotation-default-target=param-property </args >
315315 </configuration >
316316 <executions >
317317 <execution >
You can’t perform that action at this time.
0 commit comments