Skip to content

Commit

Permalink
Update skate-plugin/build.gradle.kts to .add
Browse files Browse the repository at this point in the history
Co-authored-by: Zac Sweers <pandanomic@gmail.com>
  • Loading branch information
kateliu20 and ZacSweers authored Jul 7, 2023
1 parent 1580f11 commit 728a44a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skate-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ intellij {
version.set("2022.2.5")
type.set("IC") // Target IDE Platform

plugins.set(listOf("org.intellij.plugins.markdown"))
plugins.add("org.intellij.plugins.markdown")
}

tasks {
Expand Down

0 comments on commit 728a44a

Please sign in to comment.