File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ Gradle utilities for easier writing Bukkit plugins.
77
88
99- [ Apply plugin] ( #apply-plugin )
10- - [ Usage] ( #usage )
1110 - [ First steps] ( #first-steps )
1211 - [ Configuring plugin] ( #configuring-plugin )
1312 - [ Repositories and Dependencies] ( #repositories-and-dependencies )
@@ -37,7 +36,7 @@ Gradle utilities for easier writing Bukkit plugins.
3736#### With new plugins mechanism
3837``` groovy
3938plugins {
40- id "ru.endlesscode.bukkitgradle" version "0.8.2 "
39+ id "ru.endlesscode.bukkitgradle" version "0.9 "
4140}
4241```
4342
@@ -48,21 +47,18 @@ buildscript {
4847 jcenter()
4948 }
5049 dependencies {
51- classpath "gradle.plugin.ru.endlesscode:bukkit-gradle:0.8.2 "
50+ classpath "gradle.plugin.ru.endlesscode:bukkit-gradle:0.9 "
5251 }
5352}
5453
5554apply plugin: "ru.endlesscode.bukkitgradle"
5655```
5756
58- ## Usage
59- You can clone [ this example project] ( https://github.com/EndlessCodeGroup/BukkitGradle-Example ) [ ** OUTDATED** ] , and use it for quick start.
60-
6157### First steps
6258Simple ` build.gradle ` file that use BukkitGradle:
6359``` groovy
6460plugins {
65- id("ru.endlesscode.bukkitgradle") version "0.8.2 "
61+ id("ru.endlesscode.bukkitgradle") version "0.9 "
6662}
6763
6864// Project information
Original file line number Diff line number Diff line change 11group =ru.endlesscode
22description =Bukkit Gradle integration plugins
3- version =0.9-SNAPSHOT
3+ version =0.9
44org.gradle.jvmargs =-Xmx3G
55org.gradle.parallel =true
66org.gradle.daemon =true
You can’t perform that action at this time.
0 commit comments