Skip to content

Commit

Permalink
merged and resolved problems with master
Browse files Browse the repository at this point in the history
  • Loading branch information
Worms308 committed Oct 15, 2021
1 parent 7738169 commit 62b323d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public DecoratedVersion currentDecoratedVersion(VersionProperties versionPropert

String finalVersion = version;
if (versionContext.isSnapshot()) {
finalVersion = finalVersion + versionProperties.getSnapshotCreator().call(version, versionContext.getPosition());
finalVersion = finalVersion + versionProperties.getSnapshotCreator().apply(version, versionContext.getPosition());
}


Expand Down

0 comments on commit 62b323d

Please sign in to comment.