Skip to content

Commit

Permalink
FISH-7059 Release Payara Micro Gradle Plugin 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jGauravGupta committed Mar 18, 2023
1 parent e3cbb66 commit 7edcf25
Showing 1 changed file with 2 additions and 2 deletions.
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 = '2.0'
version = '2.0.1'

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 = "2.0"
version = "2.0.1"

from components.java
}
Expand Down

0 comments on commit 7edcf25

Please sign in to comment.