Skip to content

Commit

Permalink
Merge pull request #7 from jGauravGupta/GP-18
Browse files Browse the repository at this point in the history
GP-18 Gradle plugin version upgrade to 1.0.2
  • Loading branch information
jGauravGupta authored May 30, 2019
2 parents b6e617e + 280072c commit 827a87a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions payara-micro-gradle-plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
## Summary
Payara Micro Gradle Plugin that incorporates payara-micro with the produced artifact. It requires JDK 1.8+.

### Latest version available: 1.0.1
### Latest version available: 1.0.2

## Installing

To use it, simply add the following script to your build.gradle:

```groovy
plugins {
id "fish.payara.micro-gradle-plugin" version "1.0.1"
id "fish.payara.micro-gradle-plugin" version "1.0.2"
}
```

Expand Down
2 changes: 1 addition & 1 deletion payara-micro-gradle-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ apply plugin: 'maven'
apply plugin: "com.gradle.plugin-publish"

group = 'fish.payara.gradle.plugins'
version = '1.0.1'
version = '1.0.2'

sourceCompatibility = '1.8'
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'
Expand Down

0 comments on commit 827a87a

Please sign in to comment.