File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 1
1
buildscript {
2
- ext. kotlin_version = ' 1.3.71 '
2
+ ext. kotlin_version = ' 1.3.72 '
3
3
4
4
repositories {
5
5
maven { url ' https://maven.aliyun.com/repository/public' }
@@ -14,7 +14,7 @@ buildscript {
14
14
}
15
15
16
16
plugins {
17
- id " org.jetbrains.intellij" version " 0.4.8 "
17
+ id " org.jetbrains.intellij" version " 0.4.2 "
18
18
}
19
19
20
20
group ' com.longforus'
@@ -28,7 +28,7 @@ repositories {
28
28
}
29
29
30
30
dependencies {
31
- compile " org.jetbrains.kotlin:kotlin-stdlib-jdk8"
31
+ compile " org.jetbrains.kotlin:kotlin-stdlib-jdk8: $k otlin_version "
32
32
}
33
33
34
34
compileKotlin {
@@ -47,10 +47,10 @@ patchPluginXml {
47
47
Add simple sort by name.
48
48
"""
49
49
}
50
-
51
- publishPlugin {
52
- token publishToken
53
- }
50
+ //
51
+ // publishPlugin {
52
+ // token publishToken
53
+ // }
54
54
55
55
// 指定编译的编码
56
56
tasks. withType(JavaCompile ){
Original file line number Diff line number Diff line change 38
38
<!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html for description -->
39
39
<idea-version since-build =" 192" />
40
40
<depends >org.jetbrains.kotlin</depends >
41
+ <depends >com.intellij.modules.platform</depends >
41
42
<extensions defaultExtensionNs =" com.intellij" >
42
43
<applicationConfigurable instance =" com.longforus.kotlincodesorter.config.ConfigComponent" />
43
44
</extensions >
You can’t perform that action at this time.
0 commit comments