Skip to content

Commit

Permalink
change jar location
Browse files Browse the repository at this point in the history
Signed-off-by: zane-neo <[email protected]>
  • Loading branch information
zane-neo committed Nov 24, 2023
1 parent 7760bed commit 5fd486f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions ppl/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -102,13 +102,12 @@ check.dependsOn jacocoTestCoverageVerification
publishing {
publications {
mavenJava(MavenPublication) {
group = 'opensearch-sql'
artifactId = 'ppl'
from components.java
pom {
name = 'ppl'
description = 'OpenSearch PPL'
groupId = "org.opensearch.plugin"
groupId = "opensearch-sql"
licenses {
license {
name = 'The Apache License, Version 2.0'
Expand Down
3 changes: 1 addition & 2 deletions protocol/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -94,13 +94,12 @@ jacocoTestCoverageVerification.dependsOn jacocoTestReport
publishing {
publications {
mavenJava(MavenPublication) {
group = 'opensearch-sql'
artifactId = 'protocol'
from components.java
pom {
name = 'protocol'
description = 'OpenSearch PPL'
groupId = "org.opensearch.plugin"
groupId = "opensearch-sql"
licenses {
license {
name = 'The Apache License, Version 2.0'
Expand Down

0 comments on commit 5fd486f

Please sign in to comment.