Skip to content

Commit

Permalink
Using global variables for group and version
Browse files Browse the repository at this point in the history
Signed-off-by: Sarat Vemulapalli <[email protected]>
  • Loading branch information
saratvemulapalli committed Jan 9, 2023
1 parent f5ca4d4 commit 32ab05f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ version '1.0.0-SNAPSHOT'

publishing {
publications {
group = "org.opensearch.sdk"
version = "1.0.0-SNAPSHOT"
group = "${group}"
version = "${version}"
mavenJava(MavenPublication) {
from components.java
}
Expand Down

0 comments on commit 32ab05f

Please sign in to comment.