GoogleCloudPlatform / app-gradle-plugin

The library has moved to https://github.com/GoogleCloudPlatform/appengine-plugins/tree/main/app-gradle-plugin
Apache License 2.0
153 stars 40 forks source link

Unable to stage app: 'posix:permissions' not supported as initial attribute on Win11 if project has *.jsp file. #458

Closed buzzgamesnews closed 1 year ago

buzzgamesnews commented 1 year ago

The error has been appearing since yesterday ( 06/28/2023 ) I did some research and realized that the error appears after the *.jsp module scans the appengineStage files:

Beginning interaction for module default... 0% Scanning for jsp files. 0% Compiling jsp files. Unable to stage app: 'posix:permissions' not supported as initial attribute

After I tried to remove all .jsp files and appengineStage was successful without errors, but .jsp files are part of the project, what can I do ? It doesn't matter what is in these files, the error appears even if you put an empty *.jsp file in the directory webapp.

lqiu96 commented 1 year ago

Hi @buzzgamesnews, thanks for reporting this. I see you linked an issue to appengine-java-standard. It seems like this should be resolved with bumping guava's version. Let us know if you see otherwise.

buzzgamesnews commented 1 year ago

Thx workaround -> https://github.com/GoogleCloudPlatform/app-gradle-plugin/issues/458