File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 76
76
command : |
77
77
export ORG_GRADLE_PROJECT_signingKey=$(echo $SIGNING_KEY | base64 -d)
78
78
./gradlew publish
79
+ - run : ./gradlew closeAndReleaseRepository
79
80
- run : DOCKER_TAG=${CIRCLE_TAG} make docker docker-push
80
81
- run :
81
82
name : " Copy artifacts to workspace"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import org.hypertrace.gradle.publishing.License.APACHE_2_0;
3
3
plugins {
4
4
`java- library`
5
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
6
+ id(" org.hypertrace.publish-maven-central-plugin" ) version " 0.4.3 " apply false
7
7
id(" org.hypertrace.ci-utils-plugin" ) version " 0.1.4"
8
8
id(" org.gradle.test-retry" ) version " 1.2.0" apply false
9
9
}
You can’t perform that action at this time.
0 commit comments