Skip to content

Commit

Permalink
Merge pull request #203 from pureconfig/skip_docs_artifact_publishing
Browse files Browse the repository at this point in the history
skip docs artifact publishing
  • Loading branch information
derekmorr committed Apr 4, 2017
2 parents 9bfe941 + 19f3bf7 commit 611b881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -7,7 +7,7 @@ lazy val core = (project in file("core")).
)

lazy val docs = (project in file("docs")).
settings(settings).
settings(settings, publishArtifact := false).
dependsOn(core)

lazy val enumeratum = (project in file("modules/enumeratum")).
Expand Down

0 comments on commit 611b881

Please sign in to comment.