File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4141}
4242
4343allprojects {
44- group = ' org.opensearch.ml '
44+ group = ' org.opensearch'
4545 version = opensearch_version - " -SNAPSHOT" + " .0"
4646 if (isSnapshot) {
4747 version + = " -SNAPSHOT"
Original file line number Diff line number Diff line change 6565./gradlew publishToMavenLocal -Dopensearch.version=$VERSION -Dbuild.snapshot=$SNAPSHOT
6666./gradlew publishAllPublicationsToStagingRepository -Dopensearch.version=$VERSION -Dbuild.snapshot=$SNAPSHOT
6767mkdir -p $OUTPUT /maven/org/opensearch
68- cp -r ./build/local-staging-repo/org/opensearch/ml/ . $OUTPUT /maven/org/opensearch
68+ cp -r ./build/local-staging-repo/org/opensearch/. $OUTPUT /maven/org/opensearch
6969
7070./gradlew assemble --no-daemon --refresh-dependencies -DskipTests=true -Dopensearch.version=$VERSION -Dbuild.snapshot=$SNAPSHOT
7171[ -z " $OUTPUT " ] && OUTPUT=artifacts
You can’t perform that action at this time.
0 commit comments