Skip to content

Commit

Permalink
Merge pull request #166 from auth0/disable-auto-publish
Browse files Browse the repository at this point in the history
Temporarily disable auto-publishing
  • Loading branch information
jimmyjames committed Jan 11, 2023
2 parents 0c7f4e0 + 388f20a commit 307a0c2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 25 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/ship@0.7.3
codecov: codecov/codecov@3

commands:
Expand Down Expand Up @@ -59,18 +58,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:
- api-diff
12 changes: 0 additions & 12 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,20 +1,9 @@
buildscript {
version = "0.21.2"
}

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

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

signing {
useInMemoryPgpKeys(signingKey, signingKeyPwd)
}

group = 'com.auth0'

logger.lifecycle("Using version ${version} for ${name} group $group")
Expand All @@ -25,7 +14,6 @@ oss {
organization 'auth0'
description 'JSON Web Key Set parser library'
baselineCompareVersion '0.15.0'
skipAssertSigningConfiguration true

developers {
auth0 {
Expand Down

0 comments on commit 307a0c2

Please sign in to comment.