Skip to content

Commit 53bbd09

Browse files
BDRELENG-1849 : Cleanup signing details, moved these to internal script.
1 parent 8c3bb42 commit 53bbd09

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

method-analyzer-core/build.gradle

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,6 @@ plugins{
55

66
description = 'Library which analyzes Java projects for method calls to external methods'
77

8-
apply plugin: 'signing'
9-
10-
ext."signing.keyId" = signingKeyId
11-
ext."signing.secretKeyRingFile" = secretKeyRingFile
12-
ext."signing.password" = signingPassword
13-
148
dependencies {
159
compileOnly 'com.google.code.findbugs:jsr305:3.0.2'
1610

@@ -34,12 +28,6 @@ test {
3428
systemProperty 'com.synopsys.method.analyzer.test.project.dir', "${project(':method-analyzer-test-project').projectDir}"
3529
}
3630

37-
// java{
38-
// withJar()
39-
// withJavadocJar()
40-
// withSourcesJar()
41-
// }
42-
4331
publishing {
4432
publications {
4533
maven(MavenPublication) {

0 commit comments

Comments
 (0)