File tree Expand file tree Collapse file tree 2 files changed +4
-19
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 2 files changed +4
-19
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ repositories {
13
13
}
14
14
15
15
dependencies {
16
- implementation (" com.squareup.okhttp3:okhttp:4.12.0" )
17
- implementation (" org.freemarker:freemarker:2.3.32" )
16
+ compileOnly (" com.squareup.okhttp3:okhttp:4.12.0" )
17
+ compileOnly (" org.freemarker:freemarker:2.3.32" )
18
18
}
19
19
20
20
@@ -54,21 +54,6 @@ tasks {
54
54
withType< org.jetbrains.kotlin.gradle.tasks.KotlinCompile > {
55
55
kotlinOptions.jvmTarget = " 17"
56
56
}
57
-
58
- patchPluginXml {
59
- sinceBuild.set(" 222" )
60
- untilBuild.set(" 232.*" )
61
- }
62
-
63
- signPlugin {
64
- certificateChain.set(System .getenv(" CERTIFICATE_CHAIN" ))
65
- privateKey.set(System .getenv(" PRIVATE_KEY" ))
66
- password.set(System .getenv(" PRIVATE_KEY_PASSWORD" ))
67
- }
68
-
69
- publishPlugin {
70
- token.set(System .getenv(" PUBLISH_TOKEN" ))
71
- }
72
57
}
73
58
74
59
tasks.runIde {
Original file line number Diff line number Diff line change 4
4
<name >TabooLib Integration</name >
5
5
<vendor >TabooLib</vendor >
6
6
7
- <description ><![CDATA[
8
- IntelliJ integration plugin of TabooLib, Provides a project builder for quickly creating TabooLib projects.
7
+ <description ><![CDATA[ plugin
8
+ IntelliJ integration of TabooLib, Provides a project builder for quickly creating TabooLib projects.
9
9
]]> </description >
10
10
11
11
You can’t perform that action at this time.
0 commit comments