Skip to content

Commit 2a7aee5

Browse files
committed
doc: Add note about Gradle version and update version
1 parent 36e79d4 commit 2a7aee5

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,12 @@ Gradle utilities for easier writing Bukkit plugins.
2929

3030
## Apply plugin
3131
[BukkitGradle on plugins.gradle.org](https://plugins.gradle.org/plugin/ru.endlesscode.bukkitgradle)
32+
> **NOTE:** Gradle 5.0+ required
33+
3234
#### With new plugins mechanism
3335
```groovy
3436
plugins {
35-
id "ru.endlesscode.bukkitgradle" version "0.8.1"
37+
id "ru.endlesscode.bukkitgradle" version "0.8.2"
3638
}
3739
```
3840

@@ -43,7 +45,7 @@ buildscript {
4345
jcenter()
4446
}
4547
dependencies {
46-
classpath "gradle.plugin.ru.endlesscode:bukkit-gradle:0.8.1"
48+
classpath "gradle.plugin.ru.endlesscode:bukkit-gradle:0.8.2"
4749
}
4850
}
4951
@@ -57,7 +59,7 @@ You can clone [this example project](https://github.com/EndlessCodeGroup/BukkitG
5759
Simple `build.gradle` file that use BukkitGradle:
5860
```groovy
5961
plugins {
60-
id "ru.endlesscode.bukkitgradle" version "0.8.1"
62+
id "ru.endlesscode.bukkitgradle" version "0.8.2"
6163
}
6264
6365
// Project information

0 commit comments

Comments
 (0)