Skip to content

Commit

Permalink
Merge pull request #288 from garycoady/wip/docker-fix-normalized-name
Browse files Browse the repository at this point in the history
Use StringUtilities.normalize to allow compilation with SBT 0.12.
  • Loading branch information
muuki88 committed Jul 2, 2014
2 parents 37c887c + 531926c commit a162117
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ trait DockerPlugin extends Plugin with UniversalPlugin {
MappingsHelper contentOf dir
},
mappings <++= dockerPackageMappings,
normalizedName <<= name apply Project.normalizeModuleID,
normalizedName <<= name apply StringUtilities.normalize,
stage <<= (dockerGenerateConfig, dockerGenerateContext) map { (configFile, contextDir) => () },
dockerGenerateContext <<= (cacheDirectory, mappings, target) map {
(cacheDirectory, mappings, t) =>
Expand Down

0 comments on commit a162117

Please sign in to comment.