Skip to content

Commit 3f5df48

Browse files
authored
Temporarily disable auto release (#648)
Disable automated publishing
1 parent ce15243 commit 3f5df48

File tree

2 files changed

+0
-24
lines changed

2 files changed

+0
-24
lines changed

.circleci/config.yml

-12
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
version: 2.1
22
orbs:
3-
ship: auth0/ship@0
43
codecov: codecov/codecov@3
54

65
commands:
@@ -58,17 +57,6 @@ workflows:
5857
build-and-test:
5958
jobs:
6059
- build
61-
- ship/java-publish:
62-
prefix-tag: false
63-
context:
64-
- publish-gh
65-
- publish-sonatype
66-
filters:
67-
branches:
68-
only:
69-
- v3
70-
requires:
71-
- build
7260
api-diff:
7361
jobs:
7462
- api-diff

lib/build.gradle

-12
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,10 @@
11

2-
buildscript {
3-
version = "3.19.3"
4-
}
5-
62
plugins {
73
id 'java'
84
id 'jacoco'
95
id 'com.auth0.gradle.oss-library.java'
106
}
117

12-
def signingKey = findProperty('signingKey')
13-
def signingKeyPwd = findProperty('signingPassword')
14-
15-
signing {
16-
useInMemoryPgpKeys(signingKey, signingKeyPwd)
17-
}
18-
198
logger.lifecycle("Using version ${version} for ${group}.${name}")
209

2110
oss {
@@ -24,7 +13,6 @@ oss {
2413
organization "auth0"
2514
description "Java implementation of JSON Web Token (JWT)"
2615
baselineCompareVersion "3.18.2"
27-
skipAssertSigningConfiguration true
2816

2917
developers {
3018
auth0 {

0 commit comments

Comments
 (0)