File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
dss-appconn/linkis-appconn-engineplugin Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 133
133
<plugin >
134
134
<groupId >net.alchim31.maven</groupId >
135
135
<artifactId >scala-maven-plugin</artifactId >
136
- <!-- <configuration> -- >
137
- <!-- <addScalacArgs>-target:jvm-1.8</addScalacArgs> -- >
138
- <!-- </configuration> -- >
136
+ <configuration >
137
+ <addScalacArgs >-target:jvm-1.8</addScalacArgs >
138
+ </configuration >
139
139
</plugin >
140
140
<plugin >
141
141
<groupId >org.apache.maven.plugins</groupId >
Original file line number Diff line number Diff line change 229
229
</executions >
230
230
<configuration >
231
231
<scalaVersion >${scala.version} </scalaVersion >
232
- <recompileMode >incremental </recompileMode >
233
- <useZincServer >true</useZincServer >
232
+ <recompileMode >all </recompileMode >
233
+ <!-- <useZincServer>true</useZincServer> -- >
234
234
</configuration >
235
235
</plugin >
236
236
<plugin >
You can’t perform that action at this time.
0 commit comments