Skip to content

Commit

Permalink
Update build.sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
gheine authored Mar 5, 2024
1 parent c4edea5 commit c70d96e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ lazy val api = project
"""addJava "--add-opens=java.base/java.lang=ALL-UNNAMED""""
),
Test / javaOptions ++= Seq(
"-Dconfig.resource=application.test.conf"
"-Dconfig.resource=application.conf"
)
)

Expand Down Expand Up @@ -164,7 +164,7 @@ lazy val app = project
"""addJava "--add-opens=java.base/java.lang=ALL-UNNAMED""""
),
Test / javaOptions ++= Seq(
"-Dconfig.resource=application.test.conf"
"-Dconfig.resource=application.conf"
)
)

Expand Down

0 comments on commit c70d96e

Please sign in to comment.