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
54 codecov : codecov/codecov@3
65
76jobs :
@@ -37,14 +36,3 @@ workflows:
3736 build-and-test :
3837 jobs :
3938 - build
40- - ship/java-publish :
41- prefix-tag : false
42- context :
43- - publish-gh
44- - publish-sonatype
45- filters :
46- branches :
47- only :
48- - master
49- requires :
50- - build
Original file line number Diff line number Diff line change 1- buildscript {
2- version = " 1.5.2"
3- }
4-
51apply plugin : ' idea'
62apply plugin : ' com.auth0.gradle.oss-library.java'
73apply plugin : ' jacoco'
84
9- def signingKey = findProperty(' signingKey' )
10- def signingKeyPwd = findProperty(' signingPassword' )
11-
12- signing {
13- useInMemoryPgpKeys(signingKey, signingKeyPwd)
14- }
15-
165oss {
176 name ' auth0-spring-security-api'
187 repository ' auth0-spring-security-api'
198 organization ' auth0'
209 description ' Auth0 Java Spring integration for API'
21- skipAssertSigningConfiguration true
10+
2211 developers {
2312 auth0 {
2413 displayName = ' Auth0'
You can’t perform that action at this time.
0 commit comments