From 02364e056cd6a35dcd5d1eca5975a37dddc672af Mon Sep 17 00:00:00 2001 From: Peng Huo Date: Wed, 12 Oct 2022 23:38:30 +0000 Subject: [PATCH] add groupid Signed-off-by: Peng Huo --- plugin/build.gradle | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugin/build.gradle b/plugin/build.gradle index c1aae613bd..ce362f08d7 100644 --- a/plugin/build.gradle +++ b/plugin/build.gradle @@ -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' @@ -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'])