Skip to content
This repository has been archived by the owner on Feb 16, 2020. It is now read-only.

Commit

Permalink
Fix concatenation
Browse files Browse the repository at this point in the history
  • Loading branch information
HyCraftHD committed Aug 4, 2019
1 parent 8377d8b commit ec35129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configuration.methods
Expand Up @@ -47,7 +47,7 @@ def findVersions(version) {
]

config.forge.major_version = major_forge_version."$version";
config.forge.version = "$version".major_forge_version."$version".forge_minor_version."$version";
config.forge.version = "$version" << "." << major_forge_version."$version" << "." << forge_minor_version."$version";
config.forge.mapping = mapping."$version";
config.forge.mapping_channel = mapping_channel."$version";
config.uteamcore.version = uteamcore_version."$version";
Expand Down

0 comments on commit ec35129

Please sign in to comment.