We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Hi,
I think there is a wrong assignment:
nar-maven-plugin/src/main/java/com/github/maven_nar/NarUtil.java
Line 747 in b1bcfcf
Should it be if ((dec & 0b000010000) != 0) permissions.add(PosixFilePermission.GROUP_WRITE);?
if ((dec & 0b000010000) != 0) permissions.add(PosixFilePermission.GROUP_WRITE);
Greetings Stefan
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I think there is a wrong assignment:
nar-maven-plugin/src/main/java/com/github/maven_nar/NarUtil.java
Line 747 in b1bcfcf
Should it be
if ((dec & 0b000010000) != 0) permissions.add(PosixFilePermission.GROUP_WRITE);
?Greetings
Stefan
The text was updated successfully, but these errors were encountered: