File tree Expand file tree Collapse file tree 1 file changed +1
-36
lines changed Expand file tree Collapse file tree 1 file changed +1
-36
lines changed Original file line number Diff line number Diff line change 63
63
<groupId >org.springframework.boot</groupId >
64
64
<artifactId >spring-boot-maven-plugin</artifactId >
65
65
</plugin >
66
- <plugin >
67
- <groupId >org.apache.maven.plugins</groupId >
68
- <artifactId >maven-compiler-plugin</artifactId >
69
- <version >${maven-compiler-plugin.version} </version >
70
- <configuration >
71
- <source >${java.version} </source >
72
- <target >${java.version} </target >
73
- </configuration >
74
- <executions >
75
- <!-- Replacing default-compile as it is treated specially by maven -->
76
- <execution >
77
- <id >default-compile</id >
78
- <phase >none</phase >
79
- </execution >
80
- <!-- Replacing default-testCompile as it is treated specially by maven -->
81
- <execution >
82
- <id >default-testCompile</id >
83
- <phase >none</phase >
84
- </execution >
85
- <execution >
86
- <id >java-compile</id >
87
- <phase >none</phase >
88
- </execution >
89
- <execution >
90
- <id >java-test-compile</id >
91
- <phase >none</phase >
92
- </execution >
93
- </executions >
94
- </plugin >
95
66
<plugin >
96
67
<artifactId >kotlin-maven-plugin</artifactId >
97
68
<groupId >org.jetbrains.kotlin</groupId >
98
69
<version >${kotlin.version} </version >
99
- <configuration >
100
- <compilerPlugins >
101
- <plugin >spring</plugin >
102
- </compilerPlugins >
103
- <jvmTarget >1.8</jvmTarget >
104
- </configuration >
105
70
<dependencies >
106
71
<dependency >
107
72
<groupId >org.jetbrains.kotlin</groupId >
145
110
</build >
146
111
147
112
<properties >
148
- <kotlin .version>1.7.0 </kotlin .version>
113
+ <kotlin .version>1.9.24 </kotlin .version>
149
114
</properties >
150
115
151
116
</project >
You can’t perform that action at this time.
0 commit comments