File tree 3 files changed +36
-0
lines changed
Spring-Cloud-Book-Code-2/ch-18
3 files changed +36
-0
lines changed Original file line number Diff line number Diff line change 41
41
</dependencies >
42
42
</dependencyManagement >
43
43
44
+ <build >
45
+ <plugins >
46
+ <plugin >
47
+ <groupId >org.apache.maven.plugins</groupId >
48
+ <artifactId >maven-compiler-plugin</artifactId >
49
+ <configuration >
50
+ <source >1.8</source >
51
+ <target >1.8</target >
52
+ </configuration >
53
+ </plugin >
54
+ </plugins >
55
+ </build >
44
56
</project >
Original file line number Diff line number Diff line change 60
60
<url >https://jitpack.io</url >
61
61
</repository >
62
62
</repositories >
63
+ <build >
64
+ <plugins >
65
+ <plugin >
66
+ <groupId >org.apache.maven.plugins</groupId >
67
+ <artifactId >maven-compiler-plugin</artifactId >
68
+ <configuration >
69
+ <source >1.8</source >
70
+ <target >1.8</target >
71
+ </configuration >
72
+ </plugin >
73
+ </plugins >
74
+ </build >
63
75
</project >
Original file line number Diff line number Diff line change 51
51
</dependency >
52
52
</dependencies >
53
53
</dependencyManagement >
54
+ <build >
55
+ <plugins >
56
+ <plugin >
57
+ <groupId >org.apache.maven.plugins</groupId >
58
+ <artifactId >maven-compiler-plugin</artifactId >
59
+ <configuration >
60
+ <source >1.8</source >
61
+ <target >1.8</target >
62
+ </configuration >
63
+ </plugin >
64
+ </plugins >
65
+ </build >
54
66
</project >
You can’t perform that action at this time.
0 commit comments