Skip to content

sbt-osgi support that works on both Java 6 and Java 9? #35

Closed
@SethTisue

Description

@SethTisue

currently we have:

// Version 0.9.1 requires Java 8 (on 6 we get NoClassDefFoundError: java/util/function/Predicate).
// We still run our plugin builds for 2.11 on Java 6, so we cannot upgrade.
addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.8.0")

but 0.8.0 doesn't work on Java 9 and doesn't support sbt 1.0 either, so being stuck on this version is a problem for multiple reasons

@lrytz what do you think, how should we proceed here?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions