Skip to content

Commit 14618b5

Browse files
committed
Temporarily disable auto release
1 parent 931cd12 commit 14618b5

File tree

2 files changed

+0
-23
lines changed

2 files changed

+0
-23
lines changed

.circleci/config.yml

Lines changed: 0 additions & 12 deletions
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:
@@ -57,17 +56,6 @@ workflows:
5756
build-and-test:
5857
jobs:
5958
- build
60-
- ship/java-publish:
61-
prefix-tag: false
62-
context:
63-
- publish-gh
64-
- publish-sonatype
65-
filters:
66-
branches:
67-
only:
68-
- master
69-
requires:
70-
- build
7159
api-diff:
7260
jobs:
7361
- api-diff

lib/build.gradle

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
buildscript {
2-
version = "4.2.1"
3-
}
41

52
plugins {
63
id 'java'
@@ -9,13 +6,6 @@ plugins {
96
id 'checkstyle'
107
}
118

12-
def signingKey = findProperty('signingKey')
13-
def signingKeyPwd = findProperty('signingPassword')
14-
15-
signing {
16-
useInMemoryPgpKeys(signingKey, signingKeyPwd)
17-
}
18-
199
checkstyle {
2010
toolVersion '10.0'
2111
checkstyleTest.enabled = false //We are disabling lint checks for tests
@@ -29,7 +19,6 @@ oss {
2919
organization "auth0"
3020
description "Java implementation of JSON Web Token (JWT)"
3121
baselineCompareVersion "4.1.0"
32-
skipAssertSigningConfiguration true
3322

3423
developers {
3524
auth0 {

0 commit comments

Comments
 (0)