Skip to content

Commit 9343b19

Browse files
committed
update.
1 parent 4c2ad33 commit 9343b19

File tree

2 files changed

+4
-19
lines changed

2 files changed

+4
-19
lines changed

build.gradle.kts

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ repositories {
1313
}
1414

1515
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")
1818
}
1919

2020

@@ -54,21 +54,6 @@ tasks {
5454
withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile> {
5555
kotlinOptions.jvmTarget = "17"
5656
}
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-
}
7257
}
7358

7459
tasks.runIde {

src/main/resources/META-INF/plugin.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<name>TabooLib Integration</name>
55
<vendor>TabooLib</vendor>
66

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.
99
]]></description>
1010

1111

0 commit comments

Comments
 (0)