You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[comment]: <>(!! Do not edit this file but 'docs/templates' or 'docs/root-templates', See [CONTRIBUTING.md] !!)
232
232
233
233
Finds the main class extends [net.md_5.bungee.api.plugin.Plugin](https://ci.md-5.net/job/BungeeCord/ws/api/target/apidocs/net/md_5/bungee/api/plugin/Plugin.html).
[comment]: <>(!! Do not edit this file but 'docs/templates' or 'docs/root-templates', See [CONTRIBUTING.md] !!)
273
273
274
274
Finds the main class extends [cn.nukkit.plugin.PluginBase](https://ci.nukkitx.com/job/NukkitX/job/Nukkit/job/master/javadoc/index.html?overview-summary.html).
[comment]: <>(!! Do not edit this file but 'docs/templates' or 'docs/root-templates', See [CONTRIBUTING.md] !!)
276
276
@@ -300,7 +300,7 @@ Runs a local Paper server with your plugin for debugging. This task orchestrates
300
300
301
301
**IntelliJ IDEA Run Configurations:**
302
302
303
-
Spigradle automatically creates two run configurations:
303
+
Spigradle automatically creates two run configurations (NOTE: These are only generated if the plugin `org.jetbrains.gradle.plugin.idea-ext` is applied):
Copy file name to clipboardExpand all lines: docs/templates/template_spigot_plugin.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -274,7 +274,7 @@ Runs a local Paper server with your plugin for debugging. This task orchestrates
274
274
275
275
**IntelliJ IDEA Run Configurations:**
276
276
277
-
Spigradle automatically creates two run configurations:
277
+
Spigradle automatically creates two run configurations (NOTE: These are only generated if the plugin `org.jetbrains.gradle.plugin.idea-ext` is applied):
Copy file name to clipboardExpand all lines: src/main/kotlin/io/typst/spigradle/SpigradlePlugin.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ fun Project.getPluginMainPathFile(type: String) =
44
44
classSpigradlePlugin : Plugin<Project> {
45
45
overridefunapply(project:Project) {
46
46
with(project) {
47
-
pluginManager.apply("java")
47
+
pluginManager.apply("java")// TODO: bad practice? https://docs.gradle.org/current/userguide/implementing_gradle_plugins_binary.html#reacting_to_plugins
0 commit comments