@@ -14,7 +14,7 @@ An intelligent Gradle plugin used to develop plugins for Spigot, Bungeecord and
1414
1515[ comment ] : < > ( !! Do not edit this file but 'docs/templates' or 'docs/root-templates', See [CONTRIBUTING.md] !! )
1616
17- - [ Description file] ( https://docs.typst.io/spigradle/3.4.1 /spigradle/io.typst.spigradle.spigot/-spigot-extension/index.html )
17+ - [ Description file] ( https://docs.typst.io/spigradle/3.5.0 /spigradle/io.typst.spigradle.spigot/-spigot-extension/index.html )
1818 generation: ` plugin.yml ` and/or ` bungee.yml `
1919
2020- Main class detection
@@ -26,7 +26,7 @@ An intelligent Gradle plugin used to develop plugins for Spigot, Bungeecord and
2626``` groovy
2727plugins {
2828 id 'java'
29- id 'io.typst.spigradle' version '3.4.1 '
29+ id 'io.typst.spigradle' version '3.5.0 '
3030}
3131
3232group 'org.sample'
@@ -102,7 +102,7 @@ Groovy DSL
102102``` groovy
103103plugins {
104104 id 'java'
105- id 'io.typst.spigradle' version '3.4.1 '
105+ id 'io.typst.spigradle' version '3.5.0 '
106106}
107107
108108repositories {
@@ -139,7 +139,7 @@ import io.typst.spigradle.spigot.*
139139
140140plugins {
141141 kotlin(" jvm" ) version " 2.1.20"
142- id(" io.typst.spigradle" ) version " 3.4.1 "
142+ id(" io.typst.spigradle" ) version " 3.5.0 "
143143}
144144
145145repositories {
@@ -149,6 +149,7 @@ repositories {
149149}
150150
151151dependencies {
152+ implementation(kotlin(" stdlib" ))
152153 compileOnly(paper(" 1.21.8" ))
153154}
154155
@@ -180,7 +181,7 @@ buildscript {
180181 gradlePluginPortal()
181182 }
182183 dependencies {
183- classpath 'io.typst:spigradle:3.4.1 '
184+ classpath 'io.typst:spigradle:3.5.0 '
184185 }
185186}
186187
@@ -198,7 +199,7 @@ buildscript {
198199 gradlePluginPortal()
199200 }
200201 dependencies {
201- classpath("io.typst:spigradle:3.4.1 ")
202+ classpath("io.typst:spigradle:3.5.0 ")
202203 }
203204}
204205
@@ -225,7 +226,7 @@ Groovy DSL
225226``` groovy
226227plugins {
227228 id 'java'
228- id 'io.typst.spigradle.bungee' version '3.4.1 '
229+ id 'io.typst.spigradle.bungee' version '3.5.0 '
229230}
230231
231232repositories {
@@ -243,7 +244,7 @@ dependencies {
243244``` kotlin
244245plugins {
245246 kotlin(" jvm" ) version " 2.1.20"
246- id(" io.typst.spigradle.bungee" ) version " 3.4.1 "
247+ id(" io.typst.spigradle.bungee" ) version " 3.5.0 "
247248}
248249
249250repositories {
@@ -267,7 +268,7 @@ buildscript {
267268 gradlePluginPortal()
268269 }
269270 dependencies {
270- classpath 'io.typst:spigradle:3.4.1 '
271+ classpath 'io.typst:spigradle:3.5.0 '
271272 }
272273}
273274
@@ -285,7 +286,7 @@ buildscript {
285286 gradlePluginPortal()
286287 }
287288 dependencies {
288- classpath("io.typst:spigradle:3.4.1 ")
289+ classpath("io.typst:spigradle:3.5.0 ")
289290 }
290291}
291292
@@ -312,7 +313,7 @@ Groovy DSL
312313``` groovy
313314plugins {
314315 id 'java'
315- id 'io.typst.spigradle.nukkit' version '3.4.1 '
316+ id 'io.typst.spigradle.nukkit' version '3.5.0 '
316317}
317318
318319repositories {
@@ -330,7 +331,7 @@ dependencies {
330331``` kotlin
331332plugins {
332333 kotlin(" jvm" ) version " 2.1.20"
333- id(" io.typst.spigradle.nukkit" ) version " 3.4.1 "
334+ id(" io.typst.spigradle.nukkit" ) version " 3.5.0 "
334335}
335336
336337repositories {
@@ -354,7 +355,7 @@ buildscript {
354355 gradlePluginPortal()
355356 }
356357 dependencies {
357- classpath 'io.typst:spigradle:3.4.1 '
358+ classpath 'io.typst:spigradle:3.5.0 '
358359 }
359360}
360361
@@ -372,7 +373,7 @@ buildscript {
372373 gradlePluginPortal()
373374 }
374375 dependencies {
375- classpath("io.typst:spigradle:3.4.1 ")
376+ classpath("io.typst:spigradle:3.5.0 ")
376377 }
377378}
378379
@@ -447,7 +448,7 @@ repositories {
447448| bukkit() | org.bukkit:bukkit:$version | 1.21.8-R0.1-SNAPSHOT | mavenLocal(), BuildTools |
448449| craftbukkit() | org.bukkit:craftbukkit:$version | 1.21.8-R0.1-SNAPSHOT | mavenLocal(), BuildTools |
449450| lombok() | org.projectlombok:lombok:$version | 1.18.38 | mavenCentral() |
450- | spigradle() | io.typst:spigradle:$version | 3.4.1 | mavenCentral() |
451+ | spigradle() | io.typst:spigradle:$version | 3.5.0 | mavenCentral() |
451452| protocolLib() | com.comphenix.protocol:ProtocolLib:$version | 5.3.0 | protocolLib() |
452453| vault() | com.github.MilkBowl:VaultAPI:$version | 1.7 | jitpack() |
453454| vaultAll() | com.github.MilkBowl:Vault:$version | 1.7.3 | jitpack() |
0 commit comments