File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
55}
66
77group = " io.github.codegrits"
8- version = " 0.3.1 "
8+ version = " 0.3.2 "
99
1010repositories {
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
2525intellij {
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
3737tasks {
You can’t perform that action at this time.
0 commit comments