Skip to content

Commit ec44c5e

Browse files
author
Laurence Armstrong
committed
remove unused task
1 parent 646225e commit ec44c5e

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

build.gradle.kts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -59,16 +59,6 @@ subprojects {
5959
}
6060
}
6161

62-
task("artifacts") {
63-
doLast {
64-
val allArtifacts = configurations.archives.allArtifacts
65-
println("Project has ${allArtifacts.size} artifacts:")
66-
allArtifacts.forEach { artifact ->
67-
println("'${artifact.name}'")
68-
}
69-
}
70-
}
71-
7262
publishing {
7363
publications {
7464
create<MavenPublication>("router") {

0 commit comments

Comments
 (0)