Skip to content

Commit

Permalink
Remove publishing from tasks. Shouldn't be there.
Browse files Browse the repository at this point in the history
  • Loading branch information
halirutan committed Jul 19, 2024
1 parent 751e10b commit e55ad09
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -127,20 +127,5 @@ tasks {
options.encoding = "UTF-8"
options.compilerArgs.add("-Xlint:all")
}


publishPlugin {
dependsOn("patchChangelog")
token.set(System.getenv("PUBLISH_TOKEN"))
// Use beta versions like 2020.3-beta-1
channels.set(properties("pluginVersion").map {
listOf(it
.split('-')
.getOrElse(1) { "default" }
.split('.')
.first()
)
})
}
}

0 comments on commit e55ad09

Please sign in to comment.