File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ Gradle utilities for easier writing Bukkit plugins.
3232#### With new plugins mechanism
3333``` groovy
3434plugins {
35- id "ru.endlesscode.bukkitgradle" version "0.7.1 "
35+ id "ru.endlesscode.bukkitgradle" version "0.8.0 "
3636}
3737```
3838
@@ -43,7 +43,7 @@ buildscript {
4343 jcenter()
4444 }
4545 dependencies {
46- classpath "gradle.plugin.ru.endlesscode:bukkit-gradle:0.7.1 "
46+ classpath "gradle.plugin.ru.endlesscode:bukkit-gradle:0.8.0 "
4747 }
4848}
4949
@@ -57,7 +57,7 @@ You can clone [this example project](https://github.com/EndlessCodeGroup/BukkitG
5757Simple ` build.gradle ` file that use BukkitGradle:
5858``` groovy
5959plugins {
60- id "ru.endlesscode.bukkitgradle" version "0.7.1 "
60+ id "ru.endlesscode.bukkitgradle" version "0.8.0 "
6161}
6262
6363// Project information
Original file line number Diff line number Diff line change 11group =ru.endlesscode
22description =Bukkit Gradle integration plugins
3- version =0.7.1
3+ version =0.8.0
44org.gradle.jvmargs =-Xmx3G
55org.gradle.parallel =true
66org.gradle.daemon =true
You can’t perform that action at this time.
0 commit comments