Skip to content

Commit

Permalink
Temporarily disable auto release
Browse files Browse the repository at this point in the history
  • Loading branch information
poovamraj committed Jan 11, 2023
1 parent 931cd12 commit 14618b5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 23 deletions.
12 changes: 0 additions & 12 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
version: 2.1
orbs:
ship: auth0/ship@0
codecov: codecov/codecov@3

commands:
Expand Down Expand Up @@ -57,17 +56,6 @@ workflows:
build-and-test:
jobs:
- build
- ship/java-publish:
prefix-tag: false
context:
- publish-gh
- publish-sonatype
filters:
branches:
only:
- master
requires:
- build
api-diff:
jobs:
- api-diff
11 changes: 0 additions & 11 deletions lib/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
buildscript {
version = "4.2.1"
}

plugins {
id 'java'
Expand All @@ -9,13 +6,6 @@ plugins {
id 'checkstyle'
}

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

signing {
useInMemoryPgpKeys(signingKey, signingKeyPwd)
}

checkstyle {
toolVersion '10.0'
checkstyleTest.enabled = false //We are disabling lint checks for tests
Expand All @@ -29,7 +19,6 @@ oss {
organization "auth0"
description "Java implementation of JSON Web Token (JWT)"
baselineCompareVersion "4.1.0"
skipAssertSigningConfiguration true

developers {
auth0 {
Expand Down

0 comments on commit 14618b5

Please sign in to comment.