We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cd3e91 commit 46db086Copy full SHA for 46db086
1 file changed
lib/build.gradle
@@ -9,7 +9,7 @@ ext {
9
javaMainClass = "io.cloudquery.MainClass"
10
}
11
12
-group 'io.cloudquery.plugin.sdk'
+group 'io.cloudquery'
13
// x-release-please-start-version
14
version = '0.0.19'
15
// x-release-please-end
@@ -90,6 +90,7 @@ publishing {
90
91
publications {
92
gpr(MavenPublication) {
93
+ artifactId = 'plugin-sdk-java'
94
from(components.java)
95
96
0 commit comments