Skip to content

Commit b61ccbe

Browse files
committed
testing group id
1 parent f902fd0 commit b61ccbe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.ci/make.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ if [[ "$CMD" == "release" ]]; then
202202
$git_mount $src_mount $output_mount \
203203
-v /tmp/secured:/tmp/secured \
204204
$docker_image \
205-
$gradle_task --scan --stacktrace --debug
205+
$gradle_task
206206
fi
207207

208208
if [[ "$CMD" == "bump" ]]; then

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*/
1919

2020
allprojects {
21-
group = "co.elastic.clients"
21+
group = "co.elastic"
2222
// Release manager provides a $VERSION. If not present, it's a local or CI snapshot build.
2323
// also need to add the qualifier in case it's a staging build
2424
version = ""

0 commit comments

Comments
 (0)