File tree Expand file tree Collapse file tree
main/scala/com/anymindgroup/sbt Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ object PgCodeGenPlugin extends AutoPlugin {
5959 pgCodeGenPassword := None ,
6060 pgCodeGenSqlSourceDir := file(" src" ) / " main" / " resources" / " db" / " migration" ,
6161 pgCodeGenOutputPackage := " anychat.chat.db" ,
62- pgCodeGenOutputDir := (Compile / sourceManaged).value,
62+ pgCodeGenOutputDir := (Compile / sourceManaged).value / " main " ,
6363 pgCodeGenExcludedTables := Nil ,
6464 pgCodeGenUseDockerImage := Some (" postgres:16-alpine" ),
6565 pgCodeGen := {
Original file line number Diff line number Diff line change 11> +pgCodeGen
2- $ exists target/scala-2.13/src_managed/com/example/TestTable.scala
3- $ exists target/scala-2.13/src_managed/com/example/TestRow.scala
4- $ exists target/scala-3.3.3/src_managed/com/example/TestTable.scala
5- $ exists target/scala-3.3.3/src_managed/com/example/TestRow.scala
2+ $ exists target/scala-2.13/src_managed/main/ com/example/TestTable.scala
3+ $ exists target/scala-2.13/src_managed/main/ com/example/TestRow.scala
4+ $ exists target/scala-3.3.3/src_managed/main/ com/example/TestTable.scala
5+ $ exists target/scala-3.3.3/src_managed/main/ com/example/TestRow.scala
66> +compile
You can’t perform that action at this time.
0 commit comments