Skip to content

Commit

Permalink
Merge pull request #36 from jGauravGupta/ECOSYS-147
Browse files Browse the repository at this point in the history
ECOSYS-147 Release fish.payara.micro-gradle-plugin v1.0.4
  • Loading branch information
jGauravGupta authored Apr 23, 2020
2 parents 5d484a9 + 03aad68 commit b9753a2
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.4-SNAPSHOT
### Latest version available: 1.0.4

## Installing

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

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

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.4-SNAPSHOT'
version = '1.0.4'

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.4-SNAPSHOT"
version = "1.0.4"

from components.java
}
Expand Down

0 comments on commit b9753a2

Please sign in to comment.