Skip to content

Commit c7d7468

Browse files
Remove Ship Orb integration (#454)
* Remove Ship Orb integration * Remove Ship Orb from circle config
1 parent 102f9cc commit c7d7468

2 files changed

Lines changed: 0 additions & 23 deletions

File tree

.circleci/config.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
version: 2.1
22

33
orbs:
4-
ship: auth0/ship@0.6.1
54
codecov: codecov/codecov@3
65

76
commands:
@@ -62,17 +61,6 @@ workflows:
6261
build-and-test:
6362
jobs:
6463
- build
65-
- ship/java-publish:
66-
prefix-tag: false
67-
context:
68-
- publish-gh
69-
- publish-sonatype
70-
filters:
71-
branches:
72-
only:
73-
- master
74-
requires:
75-
- build
7664

7765
api-diff:
7866
jobs:

build.gradle

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
buildscript {
2-
version = "1.42.0"
3-
}
4-
51
plugins {
62
id 'java'
73
id 'jacoco'
@@ -12,13 +8,6 @@ repositories {
128
mavenCentral()
139
}
1410

15-
def signingKey = findProperty('SIGNING_KEY')
16-
def signingKeyPwd = findProperty('SIGNING_PASSWORD')
17-
18-
signing {
19-
useInMemoryPgpKeys(signingKey, signingKeyPwd)
20-
}
21-
2211
group = 'com.auth0'
2312
logger.lifecycle("Using version ${version} for ${name} group $group")
2413

0 commit comments

Comments
 (0)