Skip to content

Commit 2c4a33d

Browse files
authored
release artifacts from staging to maven central repository (#289)
1 parent f808747 commit 2c4a33d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ jobs:
7676
command: |
7777
export ORG_GRADLE_PROJECT_signingKey=$(echo $SIGNING_KEY | base64 -d)
7878
./gradlew publish
79+
- run: ./gradlew closeAndReleaseRepository
7980
- run: DOCKER_TAG=${CIRCLE_TAG} make docker docker-push
8081
- run:
8182
name: "Copy artifacts to workspace"

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import org.hypertrace.gradle.publishing.License.APACHE_2_0;
33
plugins {
44
`java-library`
55
id("com.diffplug.spotless") version "5.2.0" apply false
6-
id("org.hypertrace.publish-maven-central-plugin") version "0.4.2" apply false
6+
id("org.hypertrace.publish-maven-central-plugin") version "0.4.3" apply false
77
id("org.hypertrace.ci-utils-plugin") version "0.1.4"
88
id("org.gradle.test-retry") version "1.2.0" apply false
99
}

0 commit comments

Comments
 (0)