interplay:Play模块的常见SBT插件 源码
互动-Play构建插件 Interplay是一组用于Play版本的sbt插件,它们在Play版本之间共享通用配置,因此可以在一个地方进行配置。 用法 通过在project/build.properties设置sbt.version ,确保使用的是sbt 0.13.15。 将交互插件添加到project/plugins.sbt : addSbtPlugin( " com.typesafe.play " % " interplay " % sys.props.get( " interplay.version " ).getOrElse( " 2.1.2 " )) 通过允许使用系统属性覆盖该版本,这意味着Play Nightly构建可以覆盖它以使用最新版本。 现在,您启用的插件以及设置的配置取决于构建的结构。 在所有情况下,都应将playBuildRepoName in ThisBuil
文件列表
interplay-master.zip
(预估有个68文件)
interplay-master
.gitignore
7B
project
plugins.sbt
2KB
build.properties
19B
project
buildinfo.sbt
56B
src
sbt-test
interplay
暂无评论