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 @@ -30,7 +30,7 @@ Gradle utilities for easier writing Bukkit plugins.
3030#### With new plugins mechanism
3131``` groovy
3232plugins {
33- id "ru.endlesscode.bukkitgradle" version "0.7.0 "
33+ id "ru.endlesscode.bukkitgradle" version "0.7.1 "
3434}
3535```
3636
@@ -41,7 +41,7 @@ buildscript {
4141 jcenter()
4242 }
4343 dependencies {
44- classpath "gradle.plugin.ru.endlesscode:bukkit-gradle:0.7.0 "
44+ classpath "gradle.plugin.ru.endlesscode:bukkit-gradle:0.7.1 "
4545 }
4646}
4747
@@ -55,7 +55,7 @@ You can clone [this example project](https://github.com/EndlessCodeGroup/BukkitG
5555Simple ` build.gradle ` file that use BukkitGradle:
5656``` groovy
5757plugins {
58- id "ru.endlesscode.bukkitgradle" version "0.7.0 "
58+ id "ru.endlesscode.bukkitgradle" version "0.7.1 "
5959}
6060
6161// Project information
Original file line number Diff line number Diff line change 11group =ru.endlesscode
22description =Bukkit Gradle integration plugins
3- version =0.7.0
3+ version =0.7.1
44org.gradle.jvmargs =-Xmx3G
55org.gradle.parallel =true
66org.gradle.daemon =true
You can’t perform that action at this time.
0 commit comments