Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
SethTisue committed Sep 24, 2019
1 parent f864a62 commit 045be61
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions configs/community.dbuild
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ build += {
extra.commands: ${vars.base.extra.commands} [
// work around https://github.com/scala/community-builds/issues/575
// (in a community build context, we don't need MiMa to run)
"set every ScalaModulePlugin.mimaPreviousVersion := None"
"set every scalaModuleMimaPreviousVersion := None"
]
}

Expand Down Expand Up @@ -259,7 +259,7 @@ build += {
extra.commands: ${vars.base.extra.commands} [
// work around https://github.com/scala/community-builds/issues/575
// (in a community build context, we don't need MiMa to run)
"set every ScalaModulePlugin.mimaPreviousVersion := None"
"set every scalaModuleMimaPreviousVersion := None"
]
}

Expand All @@ -270,13 +270,23 @@ build += {
extra.commands: ${vars.base.extra.commands} [
// work around https://github.com/scala/community-builds/issues/575
// (in a community build context, we don't need MiMa to run)
"set every ScalaModulePlugin.mimaPreviousVersion := None"
"set every scalaModuleMimaPreviousVersion := None"
]
}

${vars.base} {
name: "scala-parallel-collections"
uri: ${vars.uris.scala-parallel-collections-uri}
// on 1.3.2, the hamcrest thing below didn't happen, but instead the entire junit dependency
// disappeared from the classpath. I couldn't reproduce it outside dbuild, and I couldn't
// find a workaround.
// perhaps same/related: https://github.com/coursier/coursier/issues/1336
extra.sbt-version: "1.2.8"
extra.commands: ${vars.base.extra.commands} [
// no idea why this would only be required in the community build context, but without it,
// we get java.lang.ClassNotFoundException: org.hamcrest.SelfDescribing
"""set libraryDependencies in junit += "org.hamcrest" % "hamcrest-core" % "1.3" % Test"""
]
}

${vars.base} {
Expand Down

0 comments on commit 045be61

Please sign in to comment.