File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
55}
66
77group ' com.shuzijun.leetcode'
8- version " 6.6" + (project. build_env. isEmpty() ? " " : " -" ) + project. build_env
8+ version ( System . getenv( ' LD_VERSION ' ) . isEmpty() ? " 6.6" : System . getenv( ' LD_VERSION ' )) + (project. build_env. isEmpty() ? " " : " -" ) + project. build_env
99
1010sourceCompatibility = 1.8
1111targetCompatibility = 1.8
@@ -29,9 +29,10 @@ dependencies {
2929// See https://github.com/JetBrains/gradle-intellij-plugin/
3030intellij {
3131 pluginName ' leetcode-editor'
32- version ' IU-193.5233.102 '
32+ version ' 2020.2 '
3333 type ' IU'
3434 downloadSources false
35+ updateSinceUntilBuild false
3536 buildSearchableOptions. enabled(false )
3637 /* updateSinceUntilBuild false
3738 localPath project.idea_local_path
You can’t perform that action at this time.
0 commit comments