We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f808747 commit 2c4a33dCopy full SHA for 2c4a33d
2 files changed
.circleci/config.yml
@@ -76,6 +76,7 @@ jobs:
76
command: |
77
export ORG_GRADLE_PROJECT_signingKey=$(echo $SIGNING_KEY | base64 -d)
78
./gradlew publish
79
+ - run: ./gradlew closeAndReleaseRepository
80
- run: DOCKER_TAG=${CIRCLE_TAG} make docker docker-push
81
- run:
82
name: "Copy artifacts to workspace"
build.gradle.kts
@@ -3,7 +3,7 @@ import org.hypertrace.gradle.publishing.License.APACHE_2_0;
3
plugins {
4
`java-library`
5
id("com.diffplug.spotless") version "5.2.0" apply false
6
- 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
7
id("org.hypertrace.ci-utils-plugin") version "0.1.4"
8
id("org.gradle.test-retry") version "1.2.0" apply false
9
}
0 commit comments