mirror of
https://github.com/lightbend/config.git
synced 2025-02-22 17:20:34 +08:00
#77 Ensured config is compiled with debug symbols
This commit is contained in:
parent
a8fdca3589
commit
02998b83a5
@ -29,4 +29,4 @@ seq(jacoco.settings : _*)
|
||||
|
||||
javacOptions in (Compile,doc) ++= Seq("-exclude", "com.typesafe.config.impl")
|
||||
|
||||
javacOptions in (Compile,compile) ++= Seq("-source", "1.6", "-target", "1.6")
|
||||
javacOptions in (Compile,compile) ++= Seq("-source", "1.6", "-target", "1.6", "-g")
|
||||
|
Loading…
Reference in New Issue
Block a user