Skip to content

Commit

Permalink
Update gui version
Browse files Browse the repository at this point in the history
  • Loading branch information
pplam committed Dec 15, 2023
1 parent b2583b4 commit 07de37b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ tasks {

publishPlugin {
token.set(System.getenv("INTELLIJ_PUBLISH_TOKEN"))
channels.set(listOf("eap"))
channels.set(listOf("stable", "eap"))
}
}
kotlin {
Expand Down

0 comments on commit 07de37b

Please sign in to comment.