mirror of https://github.com/sbt/sbt.git
17 lines
620 B
Plaintext
17 lines
620 B
Plaintext
> compile
|
|
$ exists target/scala-2.12/classes/META-INF/semanticdb/src/main/scala/foo/Compile.scala.semanticdb
|
|
|
|
> Test/compile
|
|
$ exists target/scala-2.12/test-classes/META-INF/semanticdb/src/test/scala/foo/Test.scala.semanticdb
|
|
|
|
> IntegrationTest/compile
|
|
$ exists target/scala-2.12/it-classes/META-INF/semanticdb/src/it/scala/foo/IntegrationTest.scala.semanticdb
|
|
|
|
> Custom/compile
|
|
$ exists target/scala-2.12/custom-classes/META-INF/semanticdb/src/custom/scala/foo/Custom.scala.semanticdb
|
|
|
|
> SystemTest/compile
|
|
$ exists target/scala-2.12/st-classes/META-INF/semanticdb/src/st/scala/foo/SystemTest.scala.semanticdb
|
|
|
|
> check
|