playframework
playframework copied to clipboard
Fix archive baseName
I found an odd condition in PlayDistributionPlugin:143 when browsing the plugin source code. I think I fixed the generated archives (zip & tar) base name.
I had to change some tests but it seems legitimate in this case.
Updated to resolve the conflicts with master
Hey @PaulFridrick this would technically be an API breaking change. If we're going to make this change, it will need to be documented in the release notes.
Hello ! Yes it makes sense, should I add a line in the changelog AsciiDoc file on this branch then ? I see the generated start scripts are also named 'main', whereas with the Application Gradle plugin the project name is used by convention. Maybe I should also fix it on this branch to group the breaking changes ?
Hi, the fix seems to be trivial and is already 3 years old. Is it possible to move this forward ?