Skip to content

Commit 46db086

Browse files
authored
fix: Update artifact & group ID (#176)
1 parent 7cd3e91 commit 46db086

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: lib/build.gradle

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ext {
99
javaMainClass = "io.cloudquery.MainClass"
1010
}
1111

12-
group 'io.cloudquery.plugin.sdk'
12+
group 'io.cloudquery'
1313
// x-release-please-start-version
1414
version = '0.0.19'
1515
// x-release-please-end
@@ -90,6 +90,7 @@ publishing {
9090
}
9191
publications {
9292
gpr(MavenPublication) {
93+
artifactId = 'plugin-sdk-java'
9394
from(components.java)
9495
}
9596
}

0 commit comments

Comments
 (0)