Skip to content

Commit 211713d

Browse files
committed
test
1 parent eb3420e commit 211713d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

build.gradle

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ mavenPublishing {
168168

169169
pom {
170170
name = project_name
171+
packaging = 'jar'
171172
description = project_description
172173
url = project_url
173174
scm {
@@ -191,10 +192,12 @@ mavenPublishing {
191192
}
192193
}
193194

195+
/*
194196
signing {
195197
def signingKey = System.getenv('ORG_GRADLE_PROJECT_signingInMemoryKey')
196198
def signingKeyId = System.getenv('ORG_GRADLE_PROJECT_signingInMemoryKeyId')
197199
def signingPassword = System.getenv('ORG_GRADLE_PROJECT_signingInMemoryPassword')
198200
useInMemoryPgpKeys(signingKeyId, signingKey, signingPassword)
199-
required true
200-
}
201+
sign mavenPublishing.publications
202+
}
203+
*/

0 commit comments

Comments
 (0)