File tree Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ Gradle utilities for easier writing Bukkit plugins.
4040#### With new plugins mechanism
4141``` kotlin
4242plugins {
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 {
8585Simple ` build.gradle ` file that use BukkitGradle:
8686``` kotlin
8787plugins {
88- id(" ru.endlesscode.bukkitgradle" ) version " 0.9.1 "
88+ id(" ru.endlesscode.bukkitgradle" ) version " 0.9.2 "
8989}
9090
9191// Project information
Original file line number Diff line number Diff line change 11group =ru.endlesscode
22description =Bukkit Gradle integration plugins
3- version =0.10.0-SNAPSHOT
3+ version =0.9.2
44org.gradle.jvmargs =-Xmx3G
55org.gradle.parallel =true
66org.gradle.daemon =true
You can’t perform that action at this time.
0 commit comments