Skip to content

Commit

Permalink
fix: fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Aug 7, 2023
1 parent c92c4cb commit 0e61d89
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build.gradle.kts
Expand Up @@ -272,9 +272,7 @@ project(":plugin") {
dependsOn("patchChangelog")
token.set(environment("PUBLISH_TOKEN"))
channels.set(properties("pluginVersion").map {
listOf(
it.split('-').getOrElse(1) { "default" }.split('.').first()
)
listOf(it.split('-').getOrElse(1) { "default" }.split('.').first())
})
}
}
Expand Down

0 comments on commit 0e61d89

Please sign in to comment.