Skip to content

Commit 3dd6bf4

Browse files
authored
Disable auto-publishing (#500)
1 parent 1e376af commit 3dd6bf4

2 files changed

Lines changed: 0 additions & 25 deletions

File tree

.circleci/config.yml

Lines changed: 0 additions & 13 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.7.3
54
codecov: codecov/codecov@3
65

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

build.gradle

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,9 @@
1-
buildscript {
2-
version = "1.44.1"
3-
}
4-
51
plugins {
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-
187
repositories {
198
mavenCentral()
209
}
@@ -28,7 +17,6 @@ oss {
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 {

0 commit comments

Comments
 (0)