Skip to content

Commit

Permalink
Exclude scalatest/scalatest-app as it's
Browse files Browse the repository at this point in the history
 mapping are missing in the build
  • Loading branch information
WojciechMazur authored Oct 24, 2023
1 parent 0e22532 commit cc15dfd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions coordinator/configs/projects-config.conf
Original file line number Diff line number Diff line change
Expand Up @@ -564,6 +564,8 @@ scalatest_scalatest {
"""set genRegularTests4/Test/managedSources ~= (_.filterNot(v => Seq("FrameworkSuite.scala", "GeneratorSpec.scala", "CommonGeneratorsSpec.scala", "ParallelTestExecutionSpec.scala", "DispatchReporterSpec.scala", "TestThreadsStartingCounterSpec.scala", "EventuallySpec.scala").contains(v.getName) ))"""
]
java.version=8
# Missing mappings, maybe generated by sbt
projects.exclude=["org.scalatest%scalatest-app"]
}
scalatest_scalatestplus-easymock { sbt.commands = ["set Compile/doc/skip := true"] }
scalatest_scalatestplus-jmock { sbt.commands = ["set Compile/doc/skip := true"] }
Expand Down

0 comments on commit cc15dfd

Please sign in to comment.