Skip to content

Commit

Permalink
Fix publish key
Browse files Browse the repository at this point in the history
  • Loading branch information
octylFractal committed May 10, 2024
1 parent bd9b160 commit ed03a90
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ class PluginProject(private val buildAndTest: BuildType) : Project({
params {
password(
"env.GRADLE_PUBLISH_KEY",
"%development.plugin.portal.publish.key%",
"%plugin.portal.publish.key%",
description = "The Gradle publish key to publish this plugin into"
)
password(
"env.GRADLE_PUBLISH_SECRET",
"%development.plugin.portal.publish.secret%",
"%plugin.portal.publish.secret%",
description = "The Gradle publish secret to publish this plugin into"
)
}
Expand Down

0 comments on commit ed03a90

Please sign in to comment.