We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f902fd0 commit b61ccbeCopy full SHA for b61ccbe
.ci/make.sh
@@ -202,7 +202,7 @@ if [[ "$CMD" == "release" ]]; then
202
$git_mount $src_mount $output_mount \
203
-v /tmp/secured:/tmp/secured \
204
$docker_image \
205
- $gradle_task --scan --stacktrace --debug
+ $gradle_task
206
fi
207
208
if [[ "$CMD" == "bump" ]]; then
build.gradle.kts
@@ -18,7 +18,7 @@
18
*/
19
20
allprojects {
21
- group = "co.elastic.clients"
+ group = "co.elastic"
22
// Release manager provides a $VERSION. If not present, it's a local or CI snapshot build.
23
// also need to add the qualifier in case it's a staging build
24
version = ""
0 commit comments