Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
melix committed Oct 15, 2021
1 parent 2052183 commit 2665006
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Multi-release JAR plugin for Gradle
[![Build Status](https://github.com/melix/mrjar-gradle-plugin/actions/workflows/build.yml/badge.svg)](https://github.com/melix/mrjar-gradle-plugin/actions/workflows/build.yml)
[![Apache License 2](http://img.shields.io/badge/license-ASF2-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0.txt)

This repository contains the sources for the `me.champeau.mrjar` plugin which provides support for building multi-release jars with Gradle.

Please take a look at the [documentation](https://melix.github.io/gradle-mrjar-plugin/index.html) for details.
Please take a look at the [documentation](https://melix.github.io/mrjar-gradle-plugin/index.html) for details.
4 changes: 2 additions & 2 deletions plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ gradlePlugin {

afterEvaluate {
pluginBundle {
website = "https://melix.github.io/gradle-mrjar-plugin/"
vcsUrl = "https://github.com/melix/gradle-mrjar-plugin"
website = "https://melix.github.io/mrjar-gradle-plugin/"
vcsUrl = "https://github.com/melix/mrjar-gradle-plugin"
description = "Adds support for building multi-release jars with Gradle"
tags = listOf("mrjar", "multi-release")

Expand Down

0 comments on commit 2665006

Please sign in to comment.