File tree Expand file tree Collapse file tree 2 files changed +21
-2
lines changed
Expand file tree Collapse file tree 2 files changed +21
-2
lines changed Original file line number Diff line number Diff line change 1+ language : java
2+ jdk :
3+ - oraclejdk8
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2+ <project xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xmlns =" http://maven.apache.org/POM/4.0.0"
3+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
34 <modelVersion >4.0.0</modelVersion >
45
56 <parent >
4546 <commons-lang3 .version>3.1</commons-lang3 .version>
4647 <loan-shark .version>1.0</loan-shark .version>
4748 <traitor .version>1.0</traitor .version>
49+ <maven-compiler-plugin .version>3.3</maven-compiler-plugin .version>
4850 </properties >
4951
5052 <dependencies >
7476 </dependency >
7577 </dependencies >
7678
77- </project >
79+ <build >
80+ <plugins >
81+ <plugin >
82+ <groupId >org.apache.maven.plugins</groupId >
83+ <artifactId >maven-compiler-plugin</artifactId >
84+ <version >${maven-compiler-plugin.version} </version >
85+ <configuration >
86+ <source >1.8</source >
87+ <target >1.8</target >
88+ </configuration >
89+ </plugin >
90+ </plugins >
91+ </build >
92+
93+ </project >
You can’t perform that action at this time.
0 commit comments