Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nodh committed Jul 5, 2024
1 parent 3e30870 commit 4a2e946
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id("at.asitplus.gradle.conventions") version "2.0.0+20240610"
id("at.asitplus.gradle.conventions") version "2.0.0+20240619"
}

val artifactVersion: String by extra
Expand Down
9 changes: 0 additions & 9 deletions certificateofresidence/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,6 @@ kotlin {

val javadocJar = setupDokka(baseUrl = "https://github.com/a-sit-plus/certificate-of-residence/tree/main/")

//catch the missing `signMavenPublication` Task, which slips through for reasons unknown
afterEvaluate {
val signTasks = tasks.filter { it.name.startsWith("sign") }
tasks.filter { it.name.startsWith("publish") }.forEach {
Logger.lifecycle(" * ${it.name} now depends on ${signTasks.joinToString { it.name }}")
it.dependsOn(*signTasks.toTypedArray())
}
}

publishing {
publications {
withType<MavenPublication> {
Expand Down

0 comments on commit 4a2e946

Please sign in to comment.