We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d6401c commit d6f7f4cCopy full SHA for d6f7f4c
config/build.sbt
@@ -81,7 +81,7 @@ javacOptions in (Compile, compile) ++= Seq("-source", "1.6", "-target", "1.8",
81
// we have to run tests in serial.
82
parallelExecution in Test := false
83
84
-javacOptions in (Compile, doc) ++= Seq("-group", s"Public API (version ${version.value})", "com.typesafe.config",
+javacOptions in (Compile, doc) ++= Seq("-group", s"Public API (version ${version.value})", "com.typesafe.config:com.typesafe.config.parser",
85
"-group", "Internal Implementation - Not ABI Stable", "com.typesafe.config.impl")
86
87
javadocSourceBaseUrl := {
0 commit comments