File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7
7
<entry key =" checkstyle.compile.version" value =" ${mvn.project.version}" />
8
8
<entry key =" checkstyle.compile.timestamp" type =" date" value =" now" pattern =" E MMMM dd yyyy, HH:mm z" />
9
9
</propertyfile >
10
-
11
10
<javadoc sourcefiles =" src/main/java/com/puppycrawl/tools/checkstyle/api/TokenTypes.java"
12
11
encoding =" iso-8859-1"
13
- source =" 1.5 "
12
+ source =" ${java.version} "
14
13
failonerror =" yes" >
15
14
<classpath >
16
15
<pathelement location =" ${mvn.project.build.outputDirectory}" />
Original file line number Diff line number Diff line change 152
152
<maven .site.plugin.version>3.4</maven .site.plugin.version>
153
153
<tools .jar.version>1.7.0</tools .jar.version>
154
154
<tools .jar.path>${java.home} /../lib/tools.jar</tools .jar.path>
155
+ <java .version>1.7</java .version>
155
156
</properties >
156
157
157
158
<dependencies >
277
278
<artifactId >maven-compiler-plugin</artifactId >
278
279
<version >2.3.2</version >
279
280
<configuration >
280
- <source >1.7 </source >
281
- <target >1.7 </target >
281
+ <source >${java.version} </source >
282
+ <target >${java.version} </target >
282
283
</configuration >
283
284
</plugin >
284
285
You can’t perform that action at this time.
0 commit comments