Skip to content

Commit 3b21af3

Browse files
authored
[SDK-3893] Temporarily disable auto release (#497)
Temporarily disable auto release
1 parent 5827041 commit 3b21af3

2 files changed

Lines changed: 0 additions & 24 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 & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,10 @@
1-
buildscript {
2-
version = "1.44.1"
3-
}
41

52
plugins {
63
id 'java'
74
id 'jacoco'
85
id 'com.auth0.gradle.oss-library.java'
96
}
107

11-
def signingKey = findProperty('signingKey')
12-
def signingKeyPwd = findProperty('signingPassword')
13-
14-
signing {
15-
useInMemoryPgpKeys(signingKey, signingKeyPwd)
16-
}
17-
188
repositories {
199
mavenCentral()
2010
}
@@ -28,7 +18,6 @@ oss {
2818
organization 'auth0'
2919
description 'Java client library for the Auth0 platform.'
3020
baselineCompareVersion '1.27.0'
31-
skipAssertSigningConfiguration true
3221

3322
developers {
3423
auth0 {

0 commit comments

Comments
 (0)