From 5735050940f8876ad09e8bee1b397d20349ea6f2 Mon Sep 17 00:00:00 2001 From: Frederik Prijck Date: Tue, 20 Sep 2022 09:01:49 +0200 Subject: [PATCH 1/2] Remove Ship Orb integration --- build.gradle | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/build.gradle b/build.gradle index f7e61fa6a..fc4ead438 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,3 @@ -buildscript { - version = "1.42.0" -} - plugins { id 'java' id 'jacoco' @@ -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") From 7bf02f659cdf5c9b1c4d88f238de5f9a71f4b11c Mon Sep 17 00:00:00 2001 From: Frederik Prijck Date: Tue, 20 Sep 2022 09:03:09 +0200 Subject: [PATCH 2/2] Remove Ship Orb from circle config --- .circleci/config.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5eb37b0a0..0202f8c96 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,7 +1,6 @@ version: 2.1 orbs: - ship: auth0/ship@0.6.1 codecov: codecov/codecov@3 commands: @@ -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: