File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 71
71
version : 19.03.13
72
72
- docker_login
73
73
- run : echo "Releasing version" && ./gradlew printVersion
74
- - run : ./gradlew publish
74
+ - run :
75
+ name : Publish to Maven Central
76
+ command : |
77
+ export ORG_GRADLE_PROJECT_signingKey=$(echo $SIGNING_KEY | base64 -d)
78
+ ./gradlew publish
75
79
- run : DOCKER_TAG=${CIRCLE_TAG} make docker docker-push
76
80
- run :
77
81
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.1 " apply false
6
+ id(" org.hypertrace.publish-maven-central-plugin" ) version " 0.4.2 " 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