Skip to content

Commit b675a70

Browse files
committed
again
1 parent fd69ed6 commit b675a70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/intellij/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,6 @@ tasks {
142142
// The pluginVersion is based on the SemVer (https://semver.org) and supports pre-release labels, like 2.1.7-alpha.3
143143
// Specify pre-release label to publish the plugin in a custom Release Channel automatically. Read more:
144144
// https://plugins.jetbrains.com/docs/intellij/deployment.html#specifying-a-release-channel
145-
channels = ["eap", "default"]
145+
channels.set(listOf("eap", "default"))
146146
}
147147
}

0 commit comments

Comments
 (0)