File tree Expand file tree Collapse file tree 3 files changed +3
-12
lines changed
kotlin/org/tabooproject/development Expand file tree Collapse file tree 3 files changed +3
-12
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ intellij {
28
28
" Kotlin"
29
29
)
30
30
31
- pluginName.set(" Taboo Integration " )
31
+ pluginName.set(" Taboo Development " )
32
32
updateSinceUntilBuild.set(false )
33
33
}
34
34
@@ -42,16 +42,6 @@ kotlin {
42
42
43
43
44
44
tasks {
45
- shadowJar {
46
- archiveClassifier.set(" all" )
47
- relocate(" freemarker" , " org.tabooproject.intellij.freemarker" )
48
- relocate(" okhttp3" , " org.tabooproject.intellij.okhttp3" )
49
- relocate(" okio" , " org.tabooproject.intellij.okio" )
50
- dependencies {
51
- exclude(dependency(" org.jetbrains.kotlin:::" ))
52
- exclude(dependency(" org.jetbrains:::" ))
53
- }
54
- }
55
45
56
46
build {
57
47
dependsOn(shadowJar)
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ class ProjectBuilder : AbstractNewProjectWizardBuilder() {
27
27
}
28
28
29
29
override fun getPresentableName (): String {
30
- return " Taboo Integration "
30
+ return " Taboo Development "
31
31
}
32
32
33
33
@Suppress(" UnstableApiUsage" )
Original file line number Diff line number Diff line change 15
15
16
16
<depends >com.intellij.modules.platform</depends >
17
17
<depends >com.intellij.modules.java</depends >
18
+ <depends >com.intellij.modules.lang</depends >
18
19
<depends >org.jetbrains.kotlin</depends >
19
20
20
21
<extensions defaultExtensionNs =" com.intellij" >
You can’t perform that action at this time.
0 commit comments