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 133133 <plugin >
134134 <groupId >net.alchim31.maven</groupId >
135135 <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 >
139139 </plugin >
140140 <plugin >
141141 <groupId >org.apache.maven.plugins</groupId >
Original file line number Diff line number Diff line change 229229 </executions >
230230 <configuration >
231231 <scalaVersion >${scala.version} </scalaVersion >
232- <recompileMode >incremental </recompileMode >
233- <useZincServer >true</useZincServer >
232+ <recompileMode >all </recompileMode >
233+ <!-- <useZincServer>true</useZincServer> -- >
234234 </configuration >
235235 </plugin >
236236 <plugin >
You can’t perform that action at this time.
0 commit comments