mirror of https://github.com/sbt/sbt.git
remove neo-sbt-scalafmt test
The test fails because the plugin is using reflection to access a private class, and we changed it - https://github.com/lucidsoftware/neo-sbt-scalafmt/issues/80
This commit is contained in:
parent
01e7b5d191
commit
fcf7c5955e
|
|
@ -1,2 +0,0 @@
|
|||
scalaVersion := "2.12.2"
|
||||
enablePlugins(ScalafmtPlugin)
|
||||
|
|
@ -1 +0,0 @@
|
|||
addSbtPlugin("com.lucidchart" % "sbt-scalafmt" % "1.15")
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
import java.io.File
|
||||
import java.nio.file.Files
|
||||
|
||||
object Main extends App {
|
||||
Files.write(new File("output").toPath, "OK".getBytes("UTF-8"))
|
||||
}
|
||||
|
|
@ -1 +0,0 @@
|
|||
> scalafmt
|
||||
Loading…
Reference in New Issue