Skip to content

Commit

Permalink
fixup unintended changes in last pr
Browse files Browse the repository at this point in the history
  • Loading branch information
mpollmeier committed May 21, 2024
1 parent 22c7cfe commit db51c55
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ object FlatgraphCodegenSbtPlugin extends AutoPlugin {
val inputs =
invalidateOnChangesInValue ++ // <- configurable in the build, e.g. `generateDomainClasses/invalidateOnChangesIn += file("foo.bar")`
Seq(
// sourceDirectory.value,
// baseDirectory.value / "build.sbt",
// (ThisBuild/baseDirectory).value / "build.sbt",
sourceDirectory.value,
baseDirectory.value / "build.sbt",
(ThisBuild/baseDirectory).value / "build.sbt",
dependenciesFile
)
// inputs.foreach(println)
Expand Down

0 comments on commit db51c55

Please sign in to comment.