Skip to content

Commit

Permalink
Back at version 2.6.2 for upload to BukkitDev
Browse files Browse the repository at this point in the history
Also fixed Gradle keeping an old version in the plugin.yml.
  • Loading branch information
rutgerkok committed Aug 21, 2014
1 parent 3956e99 commit 8f9ba1d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ defaultTasks 'removeOldReleases', 'build', 'shadowJar', 'createReleaseJar', 'ins

allprojects
{
version = "2.7.0-SNAPSHOT"
version = "2.6.2"
group = "com.khorn.terraincontrol"

// Give this a value in a child project to change the name in your IDE
Expand Down
3 changes: 3 additions & 0 deletions platforms/bukkit/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ dependencies
// Replace text in plugin.yml
processResources
{
// This will ensure that this task is redone when the versions change.
inputs.property "version", project.version

// Replace stuff in plugin.yml, nothing else
from(sourceSets.main.resources.srcDirs) {
include 'plugin.yml'
Expand Down

0 comments on commit 8f9ba1d

Please sign in to comment.