Skip to content

Commit

Permalink
Merge pull request #2087 from tgodzik/remove-nailgun
Browse files Browse the repository at this point in the history
chore: Remove nailgun module and NailgunSpec, which is no longer rele…
  • Loading branch information
ckipp01 committed Jun 26, 2023
2 parents 2b9ed85 + da7efad commit fa0d883
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 479 deletions.
4 changes: 0 additions & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
[submodule "nailgun"]
path = nailgun
url = https://github.com/scalacenter/nailgun.git
branch = sync-19-01-2018
[submodule "compiler-benchmark"]
path = benchmark-bridge
url = https://github.com/scalacenter/compiler-benchmark
Expand Down
1 change: 0 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ lazy val frontend: Project = project
build.BuildKeys.bloopName,
Keys.version,
Keys.scalaVersion,
nailgunClientLocation,
"zincVersion" -> Dependencies.zincVersion,
"bspVersion" -> Dependencies.bspVersion,
"nativeBridge04" -> (nativeBridge04Name + "_" + Keys.scalaBinaryVersion.value),
Expand Down
218 changes: 0 additions & 218 deletions frontend/src/test/scala/bloop/nailgun/NailgunSpec.scala

This file was deleted.

0 comments on commit fa0d883

Please sign in to comment.