File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
spring-cloud-function-kotlin
spring-cloud-function-samples/function-sample-kotlin-web Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 64
64
<plugin >
65
65
<artifactId >kotlin-maven-plugin</artifactId >
66
66
<groupId >org.jetbrains.kotlin</groupId >
67
- <version >1.6.0 </version >
67
+ <version >1.8.10 </version >
68
68
<configuration >
69
69
<args >
70
70
<arg >-Xjsr305=strict</arg >
71
71
</args >
72
72
<compilerPlugins >
73
73
<plugin >spring</plugin >
74
74
</compilerPlugins >
75
- <jvmTarget >1.8 </jvmTarget >
75
+ <jvmTarget >17 </jvmTarget >
76
76
</configuration >
77
77
<executions >
78
78
<execution >
85
85
<sourceDir >${project.basedir} /src/test/kotlin</sourceDir >
86
86
<sourceDir >${project.basedir} /src/test/java</sourceDir >
87
87
</sourceDirs >
88
- <jvmTarget >1.8 </jvmTarget >
88
+ <jvmTarget >17 </jvmTarget >
89
89
</configuration >
90
90
</execution >
91
91
</executions >
92
92
<dependencies >
93
93
<dependency >
94
94
<groupId >org.jetbrains.kotlin</groupId >
95
95
<artifactId >kotlin-maven-allopen</artifactId >
96
- <version >1.6.0 </version >
96
+ <version >1.8.10 </version >
97
97
</dependency >
98
98
</dependencies >
99
99
</plugin >
Original file line number Diff line number Diff line change 84
84
<dependency >
85
85
<groupId >org.jetbrains.kotlin</groupId >
86
86
<artifactId >kotlin-maven-allopen</artifactId >
87
- <version >1.4.21 </version >
87
+ <version >1.8.10 </version >
88
88
</dependency >
89
89
</dependencies >
90
90
</plugin >
You can’t perform that action at this time.
0 commit comments