Merge pull request #758 from coursier/topic/move-readme

Move tut-processed README.md under doc/readme
This commit is contained in:
Alexandre Archambault
2018-01-29 21:35:58 +01:00
committed by GitHub
2 changed files with 4 additions and 3 deletions
+4 -3
View File
@@ -219,7 +219,8 @@ lazy val web = project
)
)
lazy val doc = project
lazy val readme = project
.in(file("doc/readme"))
.dependsOn(coreJvm, cache)
.disablePlugins(ScriptedPlugin)
.enablePlugins(TutPlugin)
@@ -309,7 +310,7 @@ lazy val jvm = project
`sbt-coursier`,
`sbt-pgp-coursier`,
`sbt-shading`,
doc,
readme,
okhttp
)
.settings(
@@ -372,7 +373,7 @@ lazy val coursier = project
`sbt-pgp-coursier`,
`sbt-shading`,
web,
doc,
readme,
okhttp
)
.settings(