Skip to content

Commit 8f9ba1d

Browse files
committed
Back at version 2.6.2 for upload to BukkitDev
Also fixed Gradle keeping an old version in the plugin.yml.
1 parent 3956e99 commit 8f9ba1d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ defaultTasks 'removeOldReleases', 'build', 'shadowJar', 'createReleaseJar', 'ins
55

66
allprojects
77
{
8-
version = "2.7.0-SNAPSHOT"
8+
version = "2.6.2"
99
group = "com.khorn.terraincontrol"
1010

1111
// Give this a value in a child project to change the name in your IDE

platforms/bukkit/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ dependencies
4444
// Replace text in plugin.yml
4545
processResources
4646
{
47+
// This will ensure that this task is redone when the versions change.
48+
inputs.property "version", project.version
49+
4750
// Replace stuff in plugin.yml, nothing else
4851
from(sourceSets.main.resources.srcDirs) {
4952
include 'plugin.yml'

0 commit comments

Comments
 (0)