Skip to content

Commit 8cdfc32

Browse files
committed
version: 1.0.0
1 parent 1b8d73b commit 8cdfc32

File tree

3 files changed

+11
-8
lines changed

3 files changed

+11
-8
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## [Unreleased]
22

3+
*No changes yet*
4+
5+
## [1.0.0] - 2025-04-18
6+
37
### Pivot!
48

59
After 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

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff 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
4038
plugins {
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
8280
plugins {
83-
id("ru.endlesscode.bukkitgradle") version "0.10.1"
81+
id("ru.endlesscode.bukkitgradle") version "1.0.0"
8482
}
8583

8684
group = "com.example.myplugin"

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
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
44
org.gradle.jvmargs=-Xmx3G
55
org.gradle.parallel=true
66
org.gradle.daemon=true

0 commit comments

Comments
 (0)