Skip to content

Commit

Permalink
Removed versions from gradle file.
Browse files Browse the repository at this point in the history
  • Loading branch information
MuresanSergiu committed Oct 16, 2015
1 parent 9179ce6 commit c87c20e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ processResources {
inputs.property "reflectasm_version", config.reflectasm_version

from(sourceSets.main.resources.srcDirs) {
//include '*.info'
include '*.info'
expand 'mod_version': project.version, 'minecraft_version': project.minecraft.version, 'reflectasm_version': config.reflectasm_version
}
//from(sourceSets.main.resources.srcDirs) {
Expand Down

0 comments on commit c87c20e

Please sign in to comment.