We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5db6a23 commit 3131920Copy full SHA for 3131920
1 file changed
build.gradle.kts
@@ -134,17 +134,3 @@ publishingCentral {
134
// initSignKey()
135
// sign(*mavenPublications.toTypedArray<Publication>())
136
// }
137
-
138
-/*
139
-afterEvaluate {
140
- components.forEach { component ->
141
- println("component ${component.name}")
142
- println(component.toString())
143
- }
144
145
- publishing.publications.forEach { publication ->
146
- println("publication: ${publication.name}")
147
- println(publication.toString())
148
149
-}
150
- */
0 commit comments