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.
30
30
#### With new plugins mechanism
31
31
``` groovy
32
32
plugins {
33
- id "ru.endlesscode.bukkitgradle" version "0.7.0 "
33
+ id "ru.endlesscode.bukkitgradle" version "0.7.1 "
34
34
}
35
35
```
36
36
@@ -41,7 +41,7 @@ buildscript {
41
41
jcenter()
42
42
}
43
43
dependencies {
44
- classpath "gradle.plugin.ru.endlesscode:bukkit-gradle:0.7.0 "
44
+ classpath "gradle.plugin.ru.endlesscode:bukkit-gradle:0.7.1 "
45
45
}
46
46
}
47
47
@@ -55,7 +55,7 @@ You can clone [this example project](https://github.com/EndlessCodeGroup/BukkitG
55
55
Simple ` build.gradle ` file that use BukkitGradle:
56
56
``` groovy
57
57
plugins {
58
- id "ru.endlesscode.bukkitgradle" version "0.7.0 "
58
+ id "ru.endlesscode.bukkitgradle" version "0.7.1 "
59
59
}
60
60
61
61
// Project information
Original file line number Diff line number Diff line change 1
1
group =ru.endlesscode
2
2
description =Bukkit Gradle integration plugins
3
- version =0.7.0
3
+ version =0.7.1
4
4
org.gradle.jvmargs =-Xmx3G
5
5
org.gradle.parallel =true
6
6
org.gradle.daemon =true
You can’t perform that action at this time.
0 commit comments