File tree Expand file tree Collapse file tree 3 files changed +11
-0
lines changed Expand file tree Collapse file tree 3 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 59
59
</testResource >
60
60
</testResources >
61
61
<plugins >
62
+ <plugin >
63
+ <groupId >org.apache.maven.plugins</groupId >
64
+ <artifactId >maven-compiler-plugin</artifactId >
65
+ <configuration >
66
+ <source >1.8</source >
67
+ <target >1.8</target >
68
+ </configuration >
69
+ </plugin >
62
70
<!-- Extra Sources for Scala 2.11 -->
63
71
<plugin >
64
72
<groupId >org.codehaus.mojo</groupId >
82
90
<artifactId >scala-maven-plugin</artifactId >
83
91
<configuration >
84
92
<args >
93
+ <arg >-target:jvm-1.8</arg >
85
94
<arg >-deprecation</arg >
86
95
<arg >-feature</arg >
87
96
<!-- Allow definition of implicit functions called views -->
Original file line number Diff line number Diff line change 73
73
<artifactId >scala-maven-plugin</artifactId >
74
74
<configuration >
75
75
<args >
76
+ <arg >-target:jvm-1.8</arg >
76
77
<!-- Emit warning and location for usages of deprecated APIs. -->
77
78
<arg >-deprecation</arg >
78
79
<!-- Emit warning and location for usages of features that should be imported explicitly. -->
Original file line number Diff line number Diff line change 70
70
<configuration >
71
71
<!-- https://nathankleyn.com/2019/05/13/recommended-scalac-flags-for-2-13/ -->
72
72
<args >
73
+ <arg >-target:jvm-1.8</arg >
73
74
<!-- Emit warning and location for usages of deprecated APIs. -->
74
75
<arg >-deprecation</arg >
75
76
<!-- Explain type errors in more detail. -->
You can’t perform that action at this time.
0 commit comments