Skip to content

release artifacts from staging to maven central repository #289

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 17, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ jobs:
command: |
export ORG_GRADLE_PROJECT_signingKey=$(echo $SIGNING_KEY | base64 -d)
./gradlew publish
- run: ./gradlew closeAndReleaseRepository
- run: DOCKER_TAG=${CIRCLE_TAG} make docker docker-push
- run:
name: "Copy artifacts to workspace"
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import org.hypertrace.gradle.publishing.License.APACHE_2_0;
plugins {
`java-library`
id("com.diffplug.spotless") version "5.2.0" apply false
id("org.hypertrace.publish-maven-central-plugin") version "0.4.2" apply false
id("org.hypertrace.publish-maven-central-plugin") version "0.4.3" apply false
id("org.hypertrace.ci-utils-plugin") version "0.1.4"
id("org.gradle.test-retry") version "1.2.0" apply false
}
Expand Down