File tree 2 files changed +0
-24
lines changed
2 files changed +0
-24
lines changed Original file line number Diff line number Diff line change 1
1
version : 2.1
2
2
orbs :
3
- ship : auth0/ship@0
4
3
codecov : codecov/codecov@3
5
4
6
5
commands :
@@ -58,17 +57,6 @@ workflows:
58
57
build-and-test :
59
58
jobs :
60
59
- 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
72
60
api-diff :
73
61
jobs :
74
62
- api-diff
Original file line number Diff line number Diff line change 1
1
2
- buildscript {
3
- version = " 3.19.3"
4
- }
5
-
6
2
plugins {
7
3
id ' java'
8
4
id ' jacoco'
9
5
id ' com.auth0.gradle.oss-library.java'
10
6
}
11
7
12
- def signingKey = findProperty(' signingKey' )
13
- def signingKeyPwd = findProperty(' signingPassword' )
14
-
15
- signing {
16
- useInMemoryPgpKeys(signingKey, signingKeyPwd)
17
- }
18
-
19
8
logger. lifecycle(" Using version ${ version} for ${ group} .${ name} " )
20
9
21
10
oss {
24
13
organization " auth0"
25
14
description " Java implementation of JSON Web Token (JWT)"
26
15
baselineCompareVersion " 3.18.2"
27
- skipAssertSigningConfiguration true
28
16
29
17
developers {
30
18
auth0 {
You can’t perform that action at this time.
0 commit comments