sbt / sbt-pom-reader

Translates xml -> awesome. Maven-ish support for sbt.
Other
76 stars 27 forks source link

Improve "Unable to determine scala version" #45

Closed jvican closed 6 years ago

jvican commented 6 years ago

I get this several times in a project I import from Maven:

Unable to determine scala version in: /data/rw/code/scala/loop/nailgun/nailgun-examples/pom.xml, using sbt.SettingKey$$anon$4@57c8b89e

I wonder two things:

  1. Could the message be more clear about which setting is using?
  2. What if my project is Java only? Any chance I can turn these messages off?