File tree Expand file tree Collapse file tree 4 files changed +41
-43
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 4 files changed +41
-43
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.0 "
8+ version = " 0.3.1 "
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 {
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ url: https://codegrits.github.io/CodeGRITS/
55branding :
66 title : CodeGRITS
77 logo : static/logo.png
8- label : v0.3.0
8+ label : v0.3.1
99
1010meta :
1111 title : " | CodeGRITS - JetBrains IDE and Eye Tracking"
Original file line number Diff line number Diff line change 5151 text =" Pause Tracking" >
5252 <add-to-group group-id =" ToolsMenu" anchor =" after" relative-to-action =" CodeGRITS.StartStopTracking" />
5353 </action >
54- <action id =" CodeGRITS.Config" class =" actions.ConfigAction" text =" CodeGRITS Configuration "
54+ <action id =" CodeGRITS.Config" class =" actions.ConfigAction" text =" CodeGRITS Config "
5555 description =" Configure tracking options" >
5656 <add-to-group group-id =" ToolsMenu" anchor =" after" relative-to-action =" CodeGRITS.PauseResumeTracking" />
5757 </action >
You can’t perform that action at this time.
0 commit comments