Skip to content

Commit

Permalink
generate scala doc
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-bli committed Sep 26, 2024
1 parent 26c0f03 commit 8cc6918
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ lazy val root = (project in file("."))
// Build Info
buildInfoKeys := Seq[BuildInfoKey](name, version, scalaVersion, sbtVersion),
buildInfoPackage := "com.snowflake.snowpark.internal",
// doc settings
Compile / doc / scalacOptions ++= Seq("-skip-packages", "com.snowflake.snowpark_java::com.snowflake.snowpark.internal"),
// Release settings
// usePgpKeyHex(Properties.envOrElse("GPG_SIGNATURE", "12345")),
Global / pgpPassphrase := Properties.envOrNone("GPG_KEY_PASSPHRASE").map(_.toCharArray),
Expand Down

0 comments on commit 8cc6918

Please sign in to comment.