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.7.3
54 codecov : codecov/codecov@3
65
76commands :
@@ -62,18 +61,6 @@ workflows:
6261 build-and-test :
6362 jobs :
6463 - build
65- - ship/java-publish :
66- jdk-version : ' 8.0'
67- prefix-tag : false
68- context :
69- - publish-gh
70- - publish-sonatype
71- filters :
72- branches :
73- only :
74- - master
75- requires :
76- - build
7764
7865 api-diff :
7966 jobs :
Original file line number Diff line number Diff line change 1- buildscript {
2- version = " 1.44.1"
3- }
41
52plugins {
63 id ' java'
74 id ' jacoco'
85 id ' com.auth0.gradle.oss-library.java'
96}
107
11- def signingKey = findProperty(' signingKey' )
12- def signingKeyPwd = findProperty(' signingPassword' )
13-
14- signing {
15- useInMemoryPgpKeys(signingKey, signingKeyPwd)
16- }
17-
188repositories {
199 mavenCentral()
2010}
2818 organization ' auth0'
2919 description ' Java client library for the Auth0 platform.'
3020 baselineCompareVersion ' 1.27.0'
31- skipAssertSigningConfiguration true
3221
3322 developers {
3423 auth0 {
You can’t perform that action at this time.
0 commit comments