I am creating several Java-only projects using a simple build tool. When I publish artifacts from projects using, say, sbt publish-local, then the resulting artifacts have a Scala version added to their name. With the Scala project, this makes sense, but since it is only Java projects, it is not. How to disable this postfix version of Scala? Or can I?
For reference, I use sbt 0.11.1, Scala 2.9.1 and the .sbt file to configure the assembly (although switching to the full project configuration will not be a problem).
scala sbt
James Nov 27 2018-11-11T00: 00Z
source share