Skip to content

Commit

Permalink
Merge pull request #5 from sreich/patch-1
Browse files Browse the repository at this point in the history
update readme, add gradle plugin badge & version
  • Loading branch information
deepy authored Jan 19, 2024
2 parents 11505c5 + 16e380d commit ae6e7f0
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
[![License](http://img.shields.io/badge/license-Apache%202.0-brightgreen.svg?style=flat)](http://www.apache.org/licenses/LICENSE-2.0) [![Build Status](http://img.shields.io/travis/ewerk/gradle-plugins.svg?style=flat)](https://travis-ci.org/ewerk/gradle-plugins)

[![Gradle Plugin Portal](https://img.shields.io/gradle-plugin-portal/v/com.github.gradlecommunity.jaxb2)](https://plugins.gradle.org/plugin/com.github.gradlecommunity.jaxb2)

### JAXB2 plugin
This is a fork from [ewerk/gradle-plugins/jaxb2](https://github.com/ewerk/gradle-plugins/).

Expand Down Expand Up @@ -69,17 +72,20 @@ xjc {

__Use via Gradle plugin portal__

Plugin page, Groovy & Kotlin DSL:
https://plugins.gradle.org/plugin/com.github.gradlecommunity.jaxb2

```groovy
plugins {
id 'com.github.gradlecommunity.jaxb2' version '0.1.0'
id 'com.github.gradlecommunity.jaxb2' version '3.1.0'
}
```

__Full configuration example__

```groovy
plugins {
id 'com.github.gradlecommunity.jaxb2' version '0.1.0'
id 'com.github.gradlecommunity.jaxb2' version '3.1.0'
}
repositories {
Expand Down Expand Up @@ -126,7 +132,7 @@ jaxb2 {
__Minimal configuration example__
```groovy
plugins {
id 'com.github.gradlecommunity.jaxb2' version '1.0.2'
id 'com.github.gradlecommunity.jaxb2' version '3.1.0'
}
repositories {
Expand Down

0 comments on commit ae6e7f0

Please sign in to comment.