Skip to content

Commit d769b7c

Browse files
committed
version: 0.9.2
1 parent 85a12ff commit d769b7c

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

Diff for: CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
## [Unreleased]
22

3+
## [0.9.2] - 2020-01-25
4+
5+
### Fixed
6+
- Fixed task `copyPlugins` when shadow plugin is enabled
7+
38
## [0.9.1] - 2020-01-16
49

510
### Added
@@ -95,6 +100,7 @@ now it is friendly to Kotlin DSL.
95100
[uptodate]: https://docs.gradle.org/current/userguide/more_about_tasks.html#sec:up_to_date_checks
96101
[vault]: https://github.com/MilkBowl/VaultAPI
97102

98-
[unreleased]: https://github.com/EndlessCodeGroup/BukkitGradle/compare/0.9.1...develop
103+
[unreleased]: https://github.com/EndlessCodeGroup/BukkitGradle/compare/0.9.2...develop
104+
[0.9.2]: https://github.com/EndlessCodeGroup/BukkitGradle/compare/0.9.1...0.9.2
99105
[0.9.1]: https://github.com/EndlessCodeGroup/BukkitGradle/compare/0.9.0...0.9.1
100106
[0.9.0]: https://github.com/EndlessCodeGroup/BukkitGradle/compare/0.8.2...0.9.0

Diff for: README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Gradle utilities for easier writing Bukkit plugins.
4040
#### With new plugins mechanism
4141
```kotlin
4242
plugins {
43-
id("ru.endlesscode.bukkitgradle") version "0.9.1"
43+
id("ru.endlesscode.bukkitgradle") version "0.9.2"
4444
}
4545
```
4646

@@ -51,7 +51,7 @@ buildscript {
5151
jcenter()
5252
}
5353
dependencies {
54-
classpath("gradle.plugin.ru.endlesscode:bukkit-gradle:0.9.1")
54+
classpath("gradle.plugin.ru.endlesscode:bukkit-gradle:0.9.2")
5555
}
5656
}
5757
@@ -85,7 +85,7 @@ plugins {
8585
Simple `build.gradle` file that use BukkitGradle:
8686
```kotlin
8787
plugins {
88-
id("ru.endlesscode.bukkitgradle") version "0.9.1"
88+
id("ru.endlesscode.bukkitgradle") version "0.9.2"
8989
}
9090

9191
// Project information

Diff for: gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
group=ru.endlesscode
22
description=Bukkit Gradle integration plugins
3-
version=0.10.0-SNAPSHOT
3+
version=0.9.2
44
org.gradle.jvmargs=-Xmx3G
55
org.gradle.parallel=true
66
org.gradle.daemon=true

0 commit comments

Comments
 (0)