File tree 2 files changed +12
-0
lines changed
2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 51
51
<plugins >
52
52
<plugin >
53
53
<artifactId >maven-compiler-plugin</artifactId >
54
+ <configuration >
55
+ <source >${javac.source} </source >
56
+ <target >${javac.target} </target >
57
+ </configuration >
54
58
</plugin >
55
59
56
60
<plugin >
57
61
<groupId >net.alchim31.maven</groupId >
58
62
<artifactId >scala-maven-plugin</artifactId >
59
63
<configuration >
64
+ <source >${javac.source} </source >
65
+ <target >${javac.target} </target >
60
66
<scalaVersion >${scala.full.version} </scalaVersion >
61
67
</configuration >
62
68
<executions >
Original file line number Diff line number Diff line change 63
63
<plugins >
64
64
<plugin >
65
65
<artifactId >maven-compiler-plugin</artifactId >
66
+ <configuration >
67
+ <source >${javac.source} </source >
68
+ <target >${javac.target} </target >
69
+ </configuration >
66
70
</plugin >
67
71
68
72
<plugin >
69
73
<groupId >net.alchim31.maven</groupId >
70
74
<artifactId >scala-maven-plugin</artifactId >
71
75
<configuration >
76
+ <source >${javac.source} </source >
77
+ <target >${javac.target} </target >
72
78
<scalaVersion >${scala.full.version} </scalaVersion >
73
79
</configuration >
74
80
<executions >
You can’t perform that action at this time.
0 commit comments