Skip to content

Commit

Permalink
Remove the intellij runner, docs, and site link
Browse files Browse the repository at this point in the history
  • Loading branch information
valencik committed Jan 9, 2024
1 parent 4d67188 commit 3a90c76
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 281 deletions.
14 changes: 0 additions & 14 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ lazy val allModules = Seq(
framework.projectRefs,
scalacheck.projectRefs,
discipline.projectRefs,
intellijRunner.projectRefs,
effectCores,
effectFrameworks
).flatten
Expand Down Expand Up @@ -271,19 +270,6 @@ lazy val cats = projectMatrix
testFrameworks := Seq(new TestFramework("weaver.framework.CatsEffect"))
)

// #################################################################################################
// Intellij
// #################################################################################################

lazy val intellijRunner = projectMatrix
.sparse(withJS = false, withScala3 = false)
.in(file("modules/intellij-runner"))
.dependsOn(core, framework, framework % "test->compile")
.settings(WeaverPlugin.simpleLayout)
.settings(
name := "intellij-runner"
)

// #################################################################################################
// Misc
// #################################################################################################
Expand Down
68 changes: 0 additions & 68 deletions docs/intellij.md

This file was deleted.

67 changes: 0 additions & 67 deletions modules/intellij-runner/src/weaver/intellij/runner/TeamCity.scala

This file was deleted.

This file was deleted.

This file was deleted.

3 changes: 0 additions & 3 deletions website/sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@
"multiple_suites_success",
"multiple_suites_failures",
"multiple_suites_logging"
],
"IDE integrations": [
"intellij"
]
}
}
18 changes: 0 additions & 18 deletions website/static/intellij.xml

This file was deleted.

0 comments on commit 3a90c76

Please sign in to comment.