File tree 1 file changed +8
-6
lines changed
1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 2
2
<project xmlns =" http://maven.apache.org/POM/4.0.0"
3
3
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
4
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
-
6
5
<modelVersion >4.0.0</modelVersion >
7
6
<groupId >com.baeldung</groupId >
8
7
<artifactId >kotlin-modules</artifactId >
134
133
<phase >compile</phase >
135
134
<configuration >
136
135
<target name =" ktlint" >
137
- <java taskname =" ktlint" dir =" ${basedir}" fork =" true" failonerror =" true"
138
- classpathref =" maven.plugin.classpath" classname =" com.pinterest.ktlint.Main" >
136
+ <java taskname =" ktlint" dir =" ${basedir}" fork =" true"
137
+ failonerror =" true"
138
+ classpathref =" maven.plugin.classpath"
139
+ classname =" com.pinterest.ktlint.Main" >
139
140
<arg value =" **/*.kt" />
140
141
</java >
141
142
</target >
148
149
<id >ktlint-format</id >
149
150
<configuration >
150
151
<target name =" ktlint" >
151
- <java taskname =" ktlint" dir =" ${basedir}" fork =" true" failonerror =" false"
152
- classpathref =" maven.plugin.classpath" classname =" com.pinterest.ktlint.Main" >
152
+ <java taskname =" ktlint" dir =" ${basedir}" fork =" true"
153
+ failonerror =" false"
154
+ classpathref =" maven.plugin.classpath"
155
+ classname =" com.pinterest.ktlint.Main" >
153
156
<arg value =" -F" />
154
157
<arg value =" **/*.kt" />
155
158
</java >
833
836
<gib .enabled>false</gib .enabled>
834
837
835
838
<java .version>11</java .version>
836
-
837
839
<serialization .version>1.4.1</serialization .version>
838
840
<jackson .version>2.17.2</jackson .version>
839
841
<gson .version>2.10.1</gson .version>
You can’t perform that action at this time.
0 commit comments