File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
src/main/kotlin/com/huayi/intellijplatform/gitstats/utils Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ pluginGroup = com.huayi.intellijplatform.gitstats
44pluginName = GitStats
55pluginRepositoryUrl = https://github.com/zhensherlock/intellij-platform-git-stats-plugin
66# SemVer format -> https://semver.org
7- pluginVersion = 0.2 .0
7+ pluginVersion = 0.3 .0
88
99# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1010pluginSinceBuild = 221
11- pluginUntilBuild = 233 .*
11+ pluginUntilBuild = 241 .*
1212
1313# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
1414platformType = IC
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ data class CommitFilesStats(
3030class GitUtils (project : Project ) {
3131 private val gitExecutablePath: String = GitExecutableManager .getInstance().getExecutable(project).exePath
3232 private val basePath: String = project.basePath as String
33+ // private val basePath: String = "/Users/sunzhenxuan/work/qcc/code/qcc_pro/pro-front"
3334 private val gitBashExecutablePath: String? = GitExecutableDetector .getBashExecutablePath(gitExecutablePath)
3435
3536// init {
You can’t perform that action at this time.
0 commit comments