Skip to content

Commit

Permalink
[SDK-3893] Temporarily disable auto release (#497)
Browse files Browse the repository at this point in the history
Temporarily disable auto release
  • Loading branch information
poovamraj authored Jan 11, 2023
1 parent 5827041 commit 3b21af3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 24 deletions.
13 changes: 0 additions & 13 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
version: 2.1

orbs:
ship: auth0/[email protected]
codecov: codecov/codecov@3

commands:
Expand Down Expand Up @@ -62,18 +61,6 @@ workflows:
build-and-test:
jobs:
- build
- ship/java-publish:
jdk-version: '8.0'
prefix-tag: false
context:
- publish-gh
- publish-sonatype
filters:
branches:
only:
- master
requires:
- build

api-diff:
jobs:
Expand Down
11 changes: 0 additions & 11 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,20 +1,10 @@
buildscript {
version = "1.44.1"
}

plugins {
id 'java'
id 'jacoco'
id 'com.auth0.gradle.oss-library.java'
}

def signingKey = findProperty('signingKey')
def signingKeyPwd = findProperty('signingPassword')

signing {
useInMemoryPgpKeys(signingKey, signingKeyPwd)
}

repositories {
mavenCentral()
}
Expand All @@ -28,7 +18,6 @@ oss {
organization 'auth0'
description 'Java client library for the Auth0 platform.'
baselineCompareVersion '1.27.0'
skipAssertSigningConfiguration true

developers {
auth0 {
Expand Down

0 comments on commit 3b21af3

Please sign in to comment.