Skip to content

Commit

Permalink
Update to latest Gradle and Bukkit
Browse files Browse the repository at this point in the history
  • Loading branch information
rutgerkok committed Feb 12, 2014
1 parent 061b27f commit e73f05c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=http\://services.gradle.org/distributions/gradle-1.8-bin.zip
distributionUrl=http\://services.gradle.org/distributions/gradle-1.10-bin.zip
2 changes: 1 addition & 1 deletion platforms/bukkit/build.gradle
Expand Up @@ -19,7 +19,7 @@ apply plugin: 'java'
archivesBaseName = "terraincontrol-bukkit"
description = "TerrainControl for Bukkit"
ext.ideProjectName = "TerrainControl-Bukkit"
ext.bukkitVersion = "1.7.2-R0.3-SNAPSHOT"
ext.bukkitVersion = "1.7.2-R0.3"

repositories
{
Expand Down
2 changes: 1 addition & 1 deletion platforms/bukkit/pom.xml
Expand Up @@ -29,7 +29,7 @@
<!-- Constants -->
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<bukkitVersion>1.7.2-R0.2</bukkitVersion>
<bukkitVersion>1.7.2-R0.3</bukkitVersion>
</properties>

<!-- We're open source, find us here -->
Expand Down

0 comments on commit e73f05c

Please sign in to comment.