Skip to content

Commit 5a28ae1

Browse files
committed
update version
1 parent 0ca15bf commit 5a28ae1

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

build.gradle.kts

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
group = "io.github.codegrits"
8-
version = "0.3.1"
8+
version = "0.3.2"
99

1010
repositories {
1111
mavenCentral()
@@ -23,15 +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-
// 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-
)
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+
// )
3535
}
3636

3737
tasks {

0 commit comments

Comments
 (0)