Skip to content

Commit

Permalink
Remove apiURL configuration as it's handled by sbt-typelevel now
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidGregory084 committed Jun 6, 2022
1 parent 385325d commit 28824fe
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,7 @@ def createModule(name: String) =
moduleName := s"scalacache-$name",
libraryDependencies += scalatest,
scalacOptions += "-language:postfixOps",
Test / parallelExecution := false,
apiURL := {
if (githubIsWorkflowBuild.value)
apiURL.value
else
Some((crossTarget.value / "api").toURI.toURL)
}
Test / parallelExecution := false
)

def createSubModule(name: String) =
Expand Down

0 comments on commit 28824fe

Please sign in to comment.