Skip to content

Commit

Permalink
Merge pull request #63 from jGauravGupta/FISH-1352-release-1.1.0
Browse files Browse the repository at this point in the history
FISH-1352 Release Payara Micro Gradle tools v1.1.0
  • Loading branch information
jGauravGupta authored Aug 10, 2021
2 parents b87e3fa + f4f3cca commit a193692
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.5-SNAPSHOT
### Latest version available: 1.1.0

## Installing

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

```groovy
plugins {
id "fish.payara.micro-gradle-plugin" version "1.0.5-SNAPSHOT"
id "fish.payara.micro-gradle-plugin" version "1.1.0"
}
```

Expand Down
4 changes: 2 additions & 2 deletions payara-micro-gradle-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group = 'fish.payara.gradle.plugins'
version = '1.0.5-SNAPSHOT'
version = '1.1.0'

sourceCompatibility = '1.8'
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'
Expand Down Expand Up @@ -62,7 +62,7 @@ publishing {
maven(MavenPublication) {
groupId = "fish.payara.gradle.plugins"
artifactId = "payara-micro-gradle-plugin"
version = "1.0.5-SNAPSHOT"
version = "1.1.0"

from components.java
}
Expand Down

0 comments on commit a193692

Please sign in to comment.