Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.6.1
codecov: codecov/codecov@3

commands:
Expand Down Expand Up @@ -62,17 +61,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:
Expand Down
11 changes: 0 additions & 11 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
buildscript {
version = "1.42.0"
}

plugins {
id 'java'
id 'jacoco'
Expand All @@ -12,13 +8,6 @@ repositories {
mavenCentral()
}

def signingKey = findProperty('SIGNING_KEY')
def signingKeyPwd = findProperty('SIGNING_PASSWORD')

signing {
useInMemoryPgpKeys(signingKey, signingKeyPwd)
}

group = 'com.auth0'
logger.lifecycle("Using version ${version} for ${name} group $group")

Expand Down