Skip to content

Commit

Permalink
Actually use mod version from build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
planetguy32 committed Aug 1, 2015
1 parent f30876e commit 80ae5b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ archivesBaseName = "RemainInMotion"

minecraft {
version = "1.7.10-10.13.4.1448-1.7.10"
replace '${version}', project.version
}

jar {
Expand Down

2 comments on commit 80ae5b0

@da3dsoul
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this work for you? I keep getting it as version = ${version}

@da3dsoul
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nvm, it just wasn't implemented for Utils

Please sign in to comment.