Skip to content

Commit

Permalink
version: 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
osipxd committed Jan 24, 2021
1 parent 85a12ff commit d769b7c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## [Unreleased]

## [0.9.2] - 2020-01-25

### Fixed
- Fixed task `copyPlugins` when shadow plugin is enabled

## [0.9.1] - 2020-01-16

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

[unreleased]: https://github.com/EndlessCodeGroup/BukkitGradle/compare/0.9.1...develop
[unreleased]: https://github.com/EndlessCodeGroup/BukkitGradle/compare/0.9.2...develop
[0.9.2]: https://github.com/EndlessCodeGroup/BukkitGradle/compare/0.9.1...0.9.2
[0.9.1]: https://github.com/EndlessCodeGroup/BukkitGradle/compare/0.9.0...0.9.1
[0.9.0]: https://github.com/EndlessCodeGroup/BukkitGradle/compare/0.8.2...0.9.0
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Gradle utilities for easier writing Bukkit plugins.
#### With new plugins mechanism
```kotlin
plugins {
id("ru.endlesscode.bukkitgradle") version "0.9.1"
id("ru.endlesscode.bukkitgradle") version "0.9.2"
}
```

Expand All @@ -51,7 +51,7 @@ buildscript {
jcenter()
}
dependencies {
classpath("gradle.plugin.ru.endlesscode:bukkit-gradle:0.9.1")
classpath("gradle.plugin.ru.endlesscode:bukkit-gradle:0.9.2")
}
}
Expand Down Expand Up @@ -85,7 +85,7 @@ plugins {
Simple `build.gradle` file that use BukkitGradle:
```kotlin
plugins {
id("ru.endlesscode.bukkitgradle") version "0.9.1"
id("ru.endlesscode.bukkitgradle") version "0.9.2"
}

// Project information
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
group=ru.endlesscode
description=Bukkit Gradle integration plugins
version=0.10.0-SNAPSHOT
version=0.9.2
org.gradle.jvmargs=-Xmx3G
org.gradle.parallel=true
org.gradle.daemon=true
Expand Down

0 comments on commit d769b7c

Please sign in to comment.