Skip to content

Commit

Permalink
Fix build status
Browse files Browse the repository at this point in the history
  • Loading branch information
mdedetrich committed Dec 7, 2023
1 parent 33bf45e commit 9667527
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
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)

[![Continuous Integration](https://github.com/sbt/sbt-multi-release-jar/actions/workflows/ci.yml/badge.svg)](https://github.com/sbt/sbt-multi-release-jar/actions/workflows/ci.yml)

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]-jdk11`. The packaging into a JAR you can still use your favourite plugin of choice, such as sbt-assembly or others.
Expand Down

0 comments on commit 9667527

Please sign in to comment.