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 1
1
## [ Unreleased]
2
2
3
+ * No changes yet*
4
+
5
+ ## [ 1.0.0] - 2025-04-18
6
+
3
7
### Pivot!
4
8
5
9
After a 4-year hiatus in releases, the plugin landscape has evolved significantly.
@@ -211,7 +215,8 @@ now it is friendly to Kotlin DSL.
211
215
[ uptodate ] : https://docs.gradle.org/current/userguide/more_about_tasks.html#sec:up_to_date_checks
212
216
[ vault ] : https://github.com/MilkBowl/VaultAPI
213
217
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
215
220
[ 0.10.1 ] : https://github.com/EndlessCodeGroup/BukkitGradle/compare/0.10.0...0.10.1
216
221
[ 0.10.0 ] : https://github.com/EndlessCodeGroup/BukkitGradle/compare/0.9.2...0.10.0
217
222
[ 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.
21
21
22
22
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
23
23
24
- #### Features:
24
+ #### Features
25
25
26
26
- Sets up compiler encoding to UTF-8
27
- - Sets archivesBaseName to plugin name
28
- - Supports APIs: Bukkit, CraftBukkit, Spigot, Paper
29
27
- Provides short extension functions to add common repositories and dependencies
30
28
- Generates plugin.yml from Gradle project information
31
29
- Allows running dev server from IDE
@@ -38,7 +36,7 @@ Gradle utilities to simplify Bukkit/Spigot plugins writing and debugging.
38
36
39
37
``` kotlin
40
38
plugins {
41
- id(" ru.endlesscode.bukkitgradle" ) version " 0.10.1 "
39
+ id(" ru.endlesscode.bukkitgradle" ) version " 1.0.0 "
42
40
}
43
41
```
44
42
@@ -80,7 +78,7 @@ These values will be used to generate the `plugin.yml` file:
80
78
81
79
``` kotlin
82
80
plugins {
83
- id(" ru.endlesscode.bukkitgradle" ) version " 0.10.1 "
81
+ id(" ru.endlesscode.bukkitgradle" ) version " 1.0.0 "
84
82
}
85
83
86
84
group = " com.example.myplugin"
Original file line number Diff line number Diff line change 1
1
group =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
4
4
org.gradle.jvmargs =-Xmx3G
5
5
org.gradle.parallel =true
6
6
org.gradle.daemon =true
You can’t perform that action at this time.
0 commit comments