Skip to content

Commit

Permalink
setting
Browse files Browse the repository at this point in the history
  • Loading branch information
TTangNingzhi committed Dec 27, 2023
1 parent cd802a1 commit d5215dc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ dependencies {
intellij {
version.set("2023.1.4")

// type.set("IC") // IntelliJ Community Edition
type.set("IC") // IntelliJ Community Edition
// type.set("IU") // IntelliJ Ultimate Edition
// plugins.set(listOf("com.intellij.java"))
plugins.set(listOf("com.intellij.java"))

type.set("PC") // PyCharm Community Edition
// type.set("PC") // PyCharm Community Edition
// type.set("PY") // PyCharm Professional Edition
plugins.set(listOf("PythonCore"))
// plugins.set(listOf("PythonCore"))

// type.set("CL") // CLion

Expand Down

0 comments on commit d5215dc

Please sign in to comment.