Skip to content

Commit

Permalink
release artifacts from staging to maven central repository (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
ravisingal authored Mar 17, 2021
1 parent f808747 commit 2c4a33d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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

0 comments on commit 2c4a33d

Please sign in to comment.