Skip to content

Commit

Permalink
Build script always updates versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bonii-xx committed Apr 20, 2015
1 parent 017a7f7 commit 9ad9dc7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Expand Up @@ -114,6 +114,9 @@ sourceSets {
}
processResources
{
inputs.property "version", artifact_version
inputs.property "MCversion", config.minecraft_version

// Replace stuff in text files, not binaries.
from(sourceSets.main.resources.srcDirs) {
include '**/*.info'
Expand Down

0 comments on commit 9ad9dc7

Please sign in to comment.