java - IntelliJ compiled class file permissions -


when compile files using latest intellij 2016.1.2 build -> make module module-name.

this generates class files in output path value set in project settings.

class files generated has -rwxrwx---+ permissions. have again chmod 644 change permissions make class file readable everyone.

is there way intellij can compile & generate class files permissions readable -rw-r--r--


Popular posts from this blog

node.js - How do I prevent MongoDB replica set from querying the primary? -

c# - Randomly pick a specific int from a 2D Array -

php - Angularjs http.delete is not working after deploying project on server -