Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@marcospereira
Copy link
Member

Fixes

Fixes #8449.

Purpose

Make it possible to build Play on Windows without changing any project configurations. This was tested on a Windows 10 VM.

@@ -110,8 +107,7 @@ public Function<Multipart.FileInfo, Accumulator<ByteString, FilePart<File>>> cre
private File generateTempFile() {
try {
final EnumSet<PosixFilePermission> attrs = EnumSet.of(OWNER_READ, OWNER_WRITE);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is unused now

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done. :-)

@marcospereira marcospereira merged commit df5cbc3 into playframework:master Jul 11, 2018
@marcospereira marcospereira deleted the fix-windows-build branch July 16, 2018 13:30
marcospereira added a commit that referenced this pull request Jul 16, 2018
* Fix issues when building on Windows

* Remove unused code
@marcospereira
Copy link
Member Author

2.6.x: 65812ed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants