Skip to content

Support for JDK9's Multi Release JAR Files (JEP 238)

Notifications You must be signed in to change notification settings

mzuehlke/sbt-multi-release-jar

Repository files navigation

sbt-multi-release-jar

Build Status

Provides support for JEP 238: Multi-Release JAR Files. Note that this plugin is not building the jar itself, but just making sure to compile using the right JDK version files which live under src/[test|main]/[java|scala]9. The packaging into a JAR you can still us eyour favourite plugin of choice, such as sbt-assembly or others.

License

This plugin is released under the Apache 2.0 License

Maintainer

This project is maintained by Konrad @ktoso Malawski (Akka team, Lightbend)

Contributing

Yes, pull requests and opening issues is very welcome!

Please test your changes using sbt scripted.

About

Support for JDK9's Multi Release JAR Files (JEP 238)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scala 79.0%
  • Java 21.0%