File tree Expand file tree Collapse file tree 1 file changed +6
-13
lines changed Expand file tree Collapse file tree 1 file changed +6
-13
lines changed Original file line number Diff line number Diff line change 4
4
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0
5
5
http://maven.apache.org/xsd/maven-4.0.0.xsd" >
6
6
<modelVersion >4.0.0</modelVersion >
7
-
8
- <version >1.0.0-SNAPSHOT</version >
9
7
<groupId >com.baeldung</groupId >
10
8
<artifactId >ktlint-custom</artifactId >
11
-
9
+ < version >1.0.0-SNAPSHOT</ version >
12
10
<packaging >jar</packaging >
13
11
14
12
<dependencies >
15
-
16
13
<dependency >
17
14
<groupId >com.pinterest.ktlint</groupId >
18
15
<artifactId >ktlint-rule-engine-core</artifactId >
19
- <version >1.0.1 </version >
16
+ <version >${pinterest.ktlint.version} </version >
20
17
</dependency >
21
-
22
18
<dependency >
23
19
<groupId >com.pinterest.ktlint</groupId >
24
20
<artifactId >ktlint-cli-ruleset-core</artifactId >
25
- <version >1.0.1 </version >
21
+ <version >${pinterest.ktlint.version} </version >
26
22
</dependency >
27
-
28
23
</dependencies >
29
24
30
25
<build >
78
73
<plugin >
79
74
<groupId >org.apache.maven.plugins</groupId >
80
75
<artifactId >maven-compiler-plugin</artifactId >
81
- <configuration >
82
- <source >8</source >
83
- <target >8</target >
84
- </configuration >
76
+ <version >${maven-compiler-plugin.version} </version >
85
77
</plugin >
86
78
</plugins >
87
79
</build >
88
80
89
81
<properties >
90
82
<kotlin .version>1.9.10</kotlin .version>
83
+ <pinterest .ktlint.version>1.0.1</pinterest .ktlint.version>
91
84
<java .version>11</java .version>
92
- <compiler . plugin.version>3.8.0</compiler . plugin.version>
85
+ <maven- compiler- plugin .version>3.8.0</maven- compiler- plugin .version>
93
86
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
94
87
</properties >
95
88
</project >
You can’t perform that action at this time.
0 commit comments