File tree Expand file tree Collapse file tree 1 file changed +21
-9
lines changed Expand file tree Collapse file tree 1 file changed +21
-9
lines changed Original file line number Diff line number Diff line change 77 <groupId >rocks.zipcode</groupId >
88 <artifactId >LogginLab1</artifactId >
99 <version >1.0-SNAPSHOT</version >
10- <plugin >
11- <groupId >org.apache.maven.plugins</groupId >
12- <artifactId >maven-compiler-plugin</artifactId >
13- <version >3.8.0</version >
14- <configuration >
15- <source >11</source > <!-- maven.compiler.source -->
16- <target >11</target > <!-- maven.compiler.target -->
17- </configuration >
18- </plugin >
10+ <properties >
11+ <maven .compiler.source>11</maven .compiler.source>
12+ <maven .compiler.target>11</maven .compiler.target>
13+ </properties >
14+ <build >
15+ <plugins >
16+ <plugin >
17+ <groupId >org.apache.maven.plugins</groupId >
18+ <artifactId >maven-compiler-plugin</artifactId >
19+ <version >3.8.0</version >
20+ <configuration >
21+ <release >11</release >
22+ </configuration >
23+ </plugin >
24+ </plugins >
25+ </build >
1926 <dependencies >
27+ <dependency >
28+ <groupId >org.apache.maven.plugins</groupId >
29+ <artifactId >maven-compiler-plugin</artifactId >
30+ <version >3.8.1</version >
31+ </dependency >
2032 <dependency >
2133 <groupId >junit</groupId >
2234 <artifactId >junit</artifactId >
You can’t perform that action at this time.
0 commit comments