Skip to content

Commit

Permalink
latest version badge
Browse files Browse the repository at this point in the history
  • Loading branch information
ktoso committed Aug 29, 2017
1 parent 747efea commit ba03c00
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
sbt-multi-release-jar
=====================

[![Build Status](https://travis-ci.org/sbt/sbt-multi-release-jar.svg?branch=master)](https://travis-ci.org/sbt/sbt-multi-release-jar)
[ ![Download](https://api.bintray.com/packages/ktosopl/sbt-plugins/sbt-multi-release-jar/images/download.svg) ](https://bintray.com/ktosopl/sbt-plugins/sbt-multi-release-jar/_latestVersion)
[![Build Status](https://travis-ci.org/sbt/sbt-multi-release-jar.svg?branch=master)](https://travis-ci.org/sbt/sbt-multi-release-jar)


Provides support for [JEP 238: Multi-Release JAR Files](http://openjdk.java.net/jeps/238).
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]-jdk9`. The packaging into a JAR you can still us eyour favourite plugin of choice, such as sbt-assembly or others.
Expand Down

0 comments on commit ba03c00

Please sign in to comment.