Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/kl/markdown_rendering' into kl/m…
Browse files Browse the repository at this point in the history
…arkdown_rendering
  • Loading branch information
Katherine Liu committed Jul 7, 2023
2 parents ef81fb1 + 728a44a commit c153bb4
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 c153bb4

Please sign in to comment.