We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c3bb42 commit 53bbd09Copy full SHA for 53bbd09
method-analyzer-core/build.gradle
@@ -5,12 +5,6 @@ plugins{
5
6
description = 'Library which analyzes Java projects for method calls to external methods'
7
8
-apply plugin: 'signing'
9
-
10
-ext."signing.keyId" = signingKeyId
11
-ext."signing.secretKeyRingFile" = secretKeyRingFile
12
-ext."signing.password" = signingPassword
13
14
dependencies {
15
compileOnly 'com.google.code.findbugs:jsr305:3.0.2'
16
@@ -34,12 +28,6 @@ test {
34
28
systemProperty 'com.synopsys.method.analyzer.test.project.dir', "${project(':method-analyzer-test-project').projectDir}"
35
29
}
36
30
37
-// java{
38
-// withJar()
39
-// withJavadocJar()
40
-// withSourcesJar()
41
-// }
42
43
31
publishing {
44
32
publications {
45
33
maven(MavenPublication) {
0 commit comments