File tree Expand file tree Collapse file tree 3 files changed +11
-8
lines changed Expand file tree Collapse file tree 3 files changed +11
-8
lines changed Original file line number Diff line number Diff line change 11## [ Unreleased]
22
3+ * No changes yet*
4+
5+ ## [ 1.0.0] - 2025-04-18
6+
37### Pivot!
48
59After a 4-year hiatus in releases, the plugin landscape has evolved significantly.
@@ -211,7 +215,8 @@ now it is friendly to Kotlin DSL.
211215[ uptodate ] : https://docs.gradle.org/current/userguide/more_about_tasks.html#sec:up_to_date_checks
212216[ vault ] : https://github.com/MilkBowl/VaultAPI
213217
214- [ unreleased ] : https://github.com/EndlessCodeGroup/BukkitGradle/compare/0.10.1...develop
218+ [ unreleased ] : https://github.com/EndlessCodeGroup/BukkitGradle/compare/1.0.0...develop
219+ [ 1.0.0 ] : https://github.com/EndlessCodeGroup/BukkitGradle/compare/0.10.1...1.0.0
215220[ 0.10.1 ] : https://github.com/EndlessCodeGroup/BukkitGradle/compare/0.10.0...0.10.1
216221[ 0.10.0 ] : https://github.com/EndlessCodeGroup/BukkitGradle/compare/0.9.2...0.10.0
217222[ 0.9.2 ] : https://github.com/EndlessCodeGroup/BukkitGradle/compare/0.9.1...0.9.2
Original file line number Diff line number Diff line change @@ -21,11 +21,9 @@ Gradle utilities to simplify Bukkit/Spigot plugins writing and debugging.
2121
2222<!-- END doctoc generated TOC please keep comment here to allow auto update -->
2323
24- #### Features:
24+ #### Features
2525
2626- Sets up compiler encoding to UTF-8
27- - Sets archivesBaseName to plugin name
28- - Supports APIs: Bukkit, CraftBukkit, Spigot, Paper
2927- Provides short extension functions to add common repositories and dependencies
3028- Generates plugin.yml from Gradle project information
3129- Allows running dev server from IDE
@@ -38,7 +36,7 @@ Gradle utilities to simplify Bukkit/Spigot plugins writing and debugging.
3836
3937``` kotlin
4038plugins {
41- id(" ru.endlesscode.bukkitgradle" ) version " 0.10.1 "
39+ id(" ru.endlesscode.bukkitgradle" ) version " 1.0.0 "
4240}
4341```
4442
@@ -80,7 +78,7 @@ These values will be used to generate the `plugin.yml` file:
8078
8179``` kotlin
8280plugins {
83- id(" ru.endlesscode.bukkitgradle" ) version " 0.10.1 "
81+ id(" ru.endlesscode.bukkitgradle" ) version " 1.0.0 "
8482}
8583
8684group = " com.example.myplugin"
Original file line number Diff line number Diff line change 11group =ru.endlesscode
2- description =Bukkit Gradle integration plugins
3- version =0.11.0-SNAPSHOT
2+ description =Simple development of Bukkit plugins with Gradle
3+ version =1.0.0
44org.gradle.jvmargs =-Xmx3G
55org.gradle.parallel =true
66org.gradle.daemon =true
You can’t perform that action at this time.
0 commit comments