Skip to content

Commit

Permalink
add groupid
Browse files Browse the repository at this point in the history
Signed-off-by: Peng Huo <[email protected]>
  • Loading branch information
penghuo committed Oct 12, 2022
1 parent 4294489 commit 02364e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ publishing {
pom {
name = 'opensearch-sql'
description = 'OpenSearch SQL'
groupId = "org.opensearch.plugin"
licenses {
license {
name = 'The Apache License, Version 2.0'
Expand Down Expand Up @@ -90,6 +91,7 @@ configurations.all {
resolutionStrategy.force "com.fasterxml.jackson.core:jackson-databind:${jackson_version}"
resolutionStrategy.force "org.jetbrains.kotlin:kotlin-stdlib:1.6.0"
resolutionStrategy.force "org.jetbrains.kotlin:kotlin-stdlib-common:1.6.0"
resolutionStrategy.force 'org.slf4j:slf4j-api:1.7.36'
}
compileJava {
options.compilerArgs.addAll(["-processor", 'lombok.launch.AnnotationProcessorHider$AnnotationProcessor'])
Expand Down

0 comments on commit 02364e0

Please sign in to comment.