File tree Expand file tree Collapse file tree 2 files changed +0
-23
lines changed
Expand file tree Collapse file tree 2 files changed +0
-23
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 :
@@ -57,17 +56,6 @@ workflows:
5756 build-and-test :
5857 jobs :
5958 - build
60- - ship/java-publish :
61- prefix-tag : false
62- context :
63- - publish-gh
64- - publish-sonatype
65- filters :
66- branches :
67- only :
68- - master
69- requires :
70- - build
7159 api-diff :
7260 jobs :
7361 - api-diff
Original file line number Diff line number Diff line change 1- buildscript {
2- version = " 4.2.1"
3- }
41
52plugins {
63 id ' java'
@@ -9,13 +6,6 @@ plugins {
96 id ' checkstyle'
107}
118
12- def signingKey = findProperty(' signingKey' )
13- def signingKeyPwd = findProperty(' signingPassword' )
14-
15- signing {
16- useInMemoryPgpKeys(signingKey, signingKeyPwd)
17- }
18-
199checkstyle {
2010 toolVersion ' 10.0'
2111 checkstyleTest. enabled = false // We are disabling lint checks for tests
2919 organization " auth0"
3020 description " Java implementation of JSON Web Token (JWT)"
3121 baselineCompareVersion " 4.1.0"
32- skipAssertSigningConfiguration true
3322
3423 developers {
3524 auth0 {
You can’t perform that action at this time.
0 commit comments