Skip to content

Commit 1d67a95

Browse files
committed
ktlint
1 parent 179b88d commit 1d67a95

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

buildSrc/src/main/kotlin/publishing-convention.gradle.kts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,6 @@ tasks.withType<AbstractPublishToMaven>().configureEach {
8686
}
8787
}
8888

89-
90-
9189
// TODO Remove once commonized in aws-kotlin-repo-tools
9290
internal val ALLOWED_PUBLICATION_NAMES = setOf(
9391
"common",
@@ -155,4 +153,4 @@ internal fun isAvailableForPublication(project: Project, publication: MavenPubli
155153
}
156154

157155
return shouldPublish
158-
}
156+
}

0 commit comments

Comments
 (0)