Skip to content

Commit

Permalink
Merge pull request #1 from moia-oss/remove-mima-checks
Browse files Browse the repository at this point in the history
Remove mima binary checks to itkit
  • Loading branch information
saeltz authored May 17, 2023
2 parents 136808d + 30ed94e commit 6399f61
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 24 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/buildAndTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,20 +70,3 @@ jobs:
key: ${{ runner.os }}-sbt-ivy-cache-${{ hashFiles('**/build.sbt') }}-${{ hashFiles('**/plugins.sbt') }}-${{ hashFiles('**/build.properties') }}
- name: Run scapegoat
run: sbt scapegoat

mima:
name: Report Binary Issues
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Cache SBT & ivy cache
uses: actions/cache@v2
with:
path: |
~/.ivy2
~/.sbt
~/.m2
~/.cache/coursier/
key: ${{ runner.os }}-sbt-ivy-cache-${{ hashFiles('**/build.sbt') }}-${{ hashFiles('**/plugins.sbt') }}-${{ hashFiles('**/build.properties') }}
- name: Run mima
run: sbt mimaReportBinaryIssues
6 changes: 1 addition & 5 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,7 @@ lazy val commonSettings =
sbtSettings ++
scalaFmtSettings ++
scapegoatSettings ++
sbtGitSettings ++
mimaSettings
sbtGitSettings

lazy val compilerSettings =
Seq(
Expand Down Expand Up @@ -172,6 +171,3 @@ lazy val sbtGitSettings = Seq(
}
)

lazy val mimaSettings = Seq(
mimaPreviousArtifacts := Set("io.moia" %% "itkit" % "2.0.0")
)
2 changes: 0 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,3 @@ addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.18")
// publishSigned
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1")

// sbt> mimaReportBinaryIssues
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.2")

0 comments on commit 6399f61

Please sign in to comment.