Skip to content

Commit

Permalink
Add support for Bukkit for MC 1.6.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
sk89q committed Jul 18, 2014
1 parent 0fbbd27 commit 94e8d3c
Show file tree
Hide file tree
Showing 3 changed files with 528 additions and 1 deletion.
6 changes: 6 additions & 0 deletions build.gradle
Expand Up @@ -39,6 +39,12 @@ subprojects {
buildDir = new File(rootProject.projectDir, "build/") buildDir = new File(rootProject.projectDir, "build/")
} }


project(':craftbukkit_v1_6_R3') {
dependencies {
compile "org.bukkit:craftbukkit:1.6.4-R0.1-SNAPSHOT"
}
}

project(':craftbukkit_v1_7_R2') { project(':craftbukkit_v1_7_R2') {
dependencies { dependencies {
compile "org.bukkit:craftbukkit:1.7.5-R0.1-SNAPSHOT" compile "org.bukkit:craftbukkit:1.7.5-R0.1-SNAPSHOT"
Expand Down

0 comments on commit 94e8d3c

Please sign in to comment.