Skip to content

Commit

Permalink
Disable cache for instant update after edit (RPB-223)
Browse files Browse the repository at this point in the history
  • Loading branch information
fsteeg committed Nov 8, 2024
1 parent ebb6ae6 commit b409bb5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ lazy val root = (project in file(".")).enablePlugins(PlayJava)

javacOptions ++= Seq("-source", "1.8", "-target", "1.8")

javaOptions += "-Dnet.sf.ehcache.disabled=true"

import com.typesafe.sbteclipse.core.EclipsePlugin.EclipseKeys

EclipseKeys.projectFlavor := EclipseProjectFlavor.Java // Java project. Don't expect Scala IDE
Expand Down

0 comments on commit b409bb5

Please sign in to comment.