Skip to content

Commit

Permalink
Temporarily disable auto release (#627)
Browse files Browse the repository at this point in the history
  • Loading branch information
poovamraj authored Jan 11, 2023
1 parent be00da8 commit 4b71aa1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 24 deletions.
12 changes: 0 additions & 12 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.2
codecov: codecov/codecov@3

jobs:
Expand Down Expand Up @@ -31,14 +30,3 @@ workflows:
build-and-test:
jobs:
- build
- ship/android-publish:
prefix-tag: false
context:
- publish-gh
- publish-sonatype
filters:
branches:
only:
- main
requires:
- build
12 changes: 0 additions & 12 deletions auth0/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,31 +22,19 @@
* THE SOFTWARE.
*/

buildscript {
version = "2.8.0"
}

plugins {
id 'kotlin-android'
id "com.auth0.gradle.oss-library.android" version "0.17.1"
id "org.jetbrains.dokka" version "1.4.20"
}

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

signing {
useInMemoryPgpKeys(signingKey, signingKeyPwd)
}

logger.lifecycle("Using version ${version} for ${name}")

oss {
name 'Auth0.Android'
repository 'Auth0.Android'
organization 'auth0'
description 'Android toolkit for Auth0 API'
skipAssertSigningConfiguration true

developers {
auth0 {
Expand Down

0 comments on commit 4b71aa1

Please sign in to comment.