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- }
4-
51plugins {
62 id ' java'
73 id ' jacoco'
84 id ' com.auth0.gradle.oss-library.java'
95}
106
11- def signingKey = findProperty(' signingKey' )
12- def signingKeyPwd = findProperty(' signingPassword' )
13-
14- signing {
15- useInMemoryPgpKeys(signingKey, signingKeyPwd)
16- }
17-
187repositories {
198 mavenCentral()
209}
2817 organization ' auth0'
2918 description ' Java client library for the Auth0 platform.'
3019 baselineCompareVersion ' 1.27.0'
31- skipAssertSigningConfiguration true
3220 testInJavaVersions = [8 , 11 , 17 ]
3321
3422 developers {
You can’t perform that action at this time.
0 commit comments