File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11version : 2.1
22
33orbs :
4- ship : auth0/ship@0.6.1
54 codecov : codecov/codecov@3
65
76commands :
@@ -62,17 +61,6 @@ workflows:
6261 build-and-test :
6362 jobs :
6463 - build
65- - ship/java-publish :
66- prefix-tag : false
67- context :
68- - publish-gh
69- - publish-sonatype
70- filters :
71- branches :
72- only :
73- - master
74- requires :
75- - build
7664
7765 api-diff :
7866 jobs :
Original file line number Diff line number Diff line change 1- buildscript {
2- version = " 1.42.0"
3- }
4-
51plugins {
62 id ' java'
73 id ' jacoco'
@@ -12,13 +8,6 @@ repositories {
128 mavenCentral()
139}
1410
15- def signingKey = findProperty(' SIGNING_KEY' )
16- def signingKeyPwd = findProperty(' SIGNING_PASSWORD' )
17-
18- signing {
19- useInMemoryPgpKeys(signingKey, signingKeyPwd)
20- }
21-
2211group = ' com.auth0'
2312logger. lifecycle(" Using version ${ version} for ${ name} group $group " )
2413
You can’t perform that action at this time.
0 commit comments