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 {
5
5
}
6
6
7
7
group ' 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
9
9
10
10
sourceCompatibility = 1.8
11
11
targetCompatibility = 1.8
@@ -29,9 +29,10 @@ dependencies {
29
29
// See https://github.com/JetBrains/gradle-intellij-plugin/
30
30
intellij {
31
31
pluginName ' leetcode-editor'
32
- version ' IU-193.5233.102 '
32
+ version ' 2020.2 '
33
33
type ' IU'
34
34
downloadSources false
35
+ updateSinceUntilBuild false
35
36
buildSearchableOptions. enabled(false )
36
37
/* updateSinceUntilBuild false
37
38
localPath project.idea_local_path
You can’t perform that action at this time.
0 commit comments