Skip to content

Commit 6fe64b0

Browse files
fix: CI publication process
1 parent 4aaa2ae commit 6fe64b0

File tree

2 files changed

+10
-12
lines changed

2 files changed

+10
-12
lines changed

Example_Plugin_Android_NFC/app/build.gradle.kts

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -265,11 +265,10 @@ afterEvaluate {
265265
}
266266
}
267267
}
268-
}
269-
270-
signing {
271-
if (project.hasProperty("releaseTag")) {
272-
useGpgCmd()
273-
sign(publishing.publications["mavenJava"])
268+
signing {
269+
if (project.hasProperty("releaseTag")) {
270+
useGpgCmd()
271+
sign(publishing.publications["mavenJava"])
272+
}
274273
}
275274
}

Example_Plugin_Android_OMAPI/app/build.gradle.kts

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -271,11 +271,10 @@ afterEvaluate {
271271
}
272272
}
273273
}
274-
}
275-
276-
signing {
277-
if (project.hasProperty("releaseTag")) {
278-
useGpgCmd()
279-
sign(publishing.publications["mavenJava"])
274+
signing {
275+
if (project.hasProperty("releaseTag")) {
276+
useGpgCmd()
277+
sign(publishing.publications["mavenJava"])
278+
}
280279
}
281280
}

0 commit comments

Comments
 (0)