Skip to content

Commit aeefcd3

Browse files
authored
Temporarily disable auto publishing (#79)
1 parent 6d4258b commit aeefcd3

2 files changed

Lines changed: 1 addition & 24 deletions

File tree

.circleci/config.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
version: 2.1
22

33
orbs:
4-
ship: auth0/ship@0
54
codecov: codecov/codecov@3
65

76
jobs:
@@ -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

lib/build.gradle

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,13 @@
1-
buildscript {
2-
version = "1.5.2"
3-
}
4-
51
apply plugin: 'idea'
62
apply plugin: 'com.auth0.gradle.oss-library.java'
73
apply plugin: 'jacoco'
84

9-
def signingKey = findProperty('signingKey')
10-
def signingKeyPwd = findProperty('signingPassword')
11-
12-
signing {
13-
useInMemoryPgpKeys(signingKey, signingKeyPwd)
14-
}
15-
165
oss {
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'

0 commit comments

Comments
 (0)