Skip to content

Commit

Permalink
Off incremental compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
HyukjinKwon committed Aug 30, 2019
1 parent 73cdd21 commit ea49cb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# R on Spark!
# R on Spark!!

SparkR is an R package that provides a light-weight frontend to use Spark from R.

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2327,7 +2327,7 @@
<scalaVersion>${scala.version}</scalaVersion>
<checkMultipleScalaVersions>true</checkMultipleScalaVersions>
<failOnMultipleScalaVersions>true</failOnMultipleScalaVersions>
<recompileMode>incremental</recompileMode>
<recompileMode>all</recompileMode>
<useZincServer>false</useZincServer>
<args>
<arg>-unchecked</arg>
Expand Down

0 comments on commit ea49cb8

Please sign in to comment.