Skip to content

Commit

Permalink
Merge pull request #101 from jGauravGupta/FISH-10194
Browse files Browse the repository at this point in the history
FISH-10194 Release Payara Micro Gradle Plugin 2.1.0
  • Loading branch information
jGauravGupta authored Dec 3, 2024
2 parents c2bc023 + 9cf4e27 commit b6f698d
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 @@ -7,7 +7,7 @@ plugins {
}

group = 'fish.payara.gradle.plugins'
version = '2.0.2-SNAPSHOT'
version = '2.1.0'

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

from components.java
}
Expand Down

0 comments on commit b6f698d

Please sign in to comment.