File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed
spring-cloud-gateway-sample
spring-cloud-gateway-server Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change 9595 <plugin >
9696 <groupId >org.jetbrains.kotlin</groupId >
9797 <artifactId >kotlin-maven-plugin</artifactId >
98- <configuration >
99- <args >
100- <arg >-Xjsr305=strict</arg >
101- </args >
102- <jvmTarget >17</jvmTarget >
103- </configuration >
10498 <executions >
10599 <execution >
106100 <id >compile</id >
Original file line number Diff line number Diff line change 273273 <build >
274274 <plugins >
275275 <plugin >
276- <!-- Based on instructions here - https://kotlinlang.org/docs/reference/using-maven.html -->
277276 <artifactId >kotlin-maven-plugin</artifactId >
278277 <groupId >org.jetbrains.kotlin</groupId >
279- <configuration >
280- <jvmTarget >17</jvmTarget >
281- </configuration >
282278 <executions >
283279 <execution >
284280 <id >compile</id >
You can’t perform that action at this time.
0 commit comments