Skip to content

Commit 93943ca

Browse files
authored
Cooperate with the action
1 parent 5a3f458 commit 93943ca

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
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
99

1010
sourceCompatibility = 1.8
1111
targetCompatibility = 1.8
@@ -29,9 +29,10 @@ dependencies {
2929
// See https://github.com/JetBrains/gradle-intellij-plugin/
3030
intellij {
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

0 commit comments

Comments
 (0)