File tree Expand file tree Collapse file tree 2 files changed +0
-24
lines changed
Expand file tree Collapse file tree 2 files changed +0
-24
lines changed Original file line number Diff line number Diff line change 11version : 2.1
22orbs :
3- ship : auth0/ship@0
43 codecov : codecov/codecov@3
54
65commands :
@@ -58,17 +57,6 @@ workflows:
5857 build-and-test :
5958 jobs :
6059 - build
61- - ship/java-publish :
62- prefix-tag : false
63- context :
64- - publish-gh
65- - publish-sonatype
66- filters :
67- branches :
68- only :
69- - v3
70- requires :
71- - build
7260 api-diff :
7361 jobs :
7462 - api-diff
Original file line number Diff line number Diff line change 11
2- buildscript {
3- version = " 3.19.3"
4- }
5-
62plugins {
73 id ' java'
84 id ' jacoco'
95 id ' com.auth0.gradle.oss-library.java'
106}
117
12- def signingKey = findProperty(' signingKey' )
13- def signingKeyPwd = findProperty(' signingPassword' )
14-
15- signing {
16- useInMemoryPgpKeys(signingKey, signingKeyPwd)
17- }
18-
198logger. lifecycle(" Using version ${ version} for ${ group} .${ name} " )
209
2110oss {
2413 organization " auth0"
2514 description " Java implementation of JSON Web Token (JWT)"
2615 baselineCompareVersion " 3.18.2"
27- skipAssertSigningConfiguration true
2816
2917 developers {
3018 auth0 {
You can’t perform that action at this time.
0 commit comments