Skip to content

Commit 2c8ee03

Browse files
committed
update versions
1 parent 47f7f2a commit 2c8ee03

File tree

4 files changed

+13
-33
lines changed

4 files changed

+13
-33
lines changed

.idea/workspace.xml

Lines changed: 3 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build.gradle.kts

Lines changed: 9 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -23,26 +23,15 @@ dependencies {
2323
// Configure Gradle IntelliJ Plugin
2424
// Read more: https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html
2525
intellij {
26-
localPath.set( // Example paths
27-
if (System.getProperty("os.name").lowercase().contains("windows")) {
28-
"D:/Program Files/JetBrains/IntelliJ IDEA 2024.3.4.1"
29-
} else {
30-
"/Applications/PyCharm.app/Contents"
31-
}
32-
)
33-
// version.set("2023.1.4")
34-
35-
// type.set("IC") // IntelliJ Community Edition
36-
// type.set("IU") // IntelliJ Ultimate Edition
37-
// plugins.set(listOf("com.intellij.java"))
38-
39-
// type.set("PC") // PyCharm Community Edition
40-
// type.set("PY") // PyCharm Professional Edition
41-
// plugins.set(listOf("PythonCore"))
42-
43-
// type.set("CL") // CLion
44-
45-
// type.set("PS") // PhpStorm
26+
version.set("2022.2")
27+
type.set("IC") // use IntelliJ Community base, it supports all IDEs
28+
// localPath.set( // Example paths for local development
29+
// if (System.getProperty("os.name").lowercase().contains("windows")) {
30+
// "D:/Program Files/JetBrains/IntelliJ IDEA 2024.3.4.1"
31+
// } else {
32+
// "/Applications/PyCharm.app/Contents"
33+
// }
34+
// )
4635
}
4736

4837
tasks {

site/static/visualization-tiny.png

330 KB
Loading

src/main/resources/META-INF/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<name>CodeGRITS</name>
99

1010
<!-- A displayed Vendor name or Organization ID displayed on the Plugins Page. -->
11-
<vendor email="toby.j.li@nd.edu" url="https://toby.li/">SaNDwich Lab</vendor>
11+
<vendor email="ningzhitang2001@gmail.com" url="https://www.nztang.com/">SaNDwich Lab</vendor>
1212

1313
<!-- Description of the plugin displayed on the Plugin Page and IDE Plugin Manager.
1414
Simple HTML elements (text formatting, paragraphs, and lists) can be added inside of <![CDATA[ ]]> tag.

0 commit comments

Comments
 (0)