How to display classpath used for run task?

前端 未结 4 1409
终归单人心
终归单人心 2020-12-14 07:04

How can the classpath used for run task be displayed under SBT 0.13?

I have found some info here https://groups.google.com/forum/#!msg/simple-build-tool/

4条回答
  •  感情败类
    2020-12-14 07:34

    Add the line lazy val printClasspath ... in your build.sbt file.

    Then at the command line run:

    sbt printClasspath

提交回复
热议问题