JetBrains / gradle-qodana-plugin

⚠️ This repository is deprecated (but the plugin is moved to JetBrains/qodana-action). Go to the official docs 👇

Home Page:https://www.jetbrains.com/help/qodana/qodana-gradle-plugin.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature request] a way to set docker user (or docker run args)

Roboroads opened this issue · comments

Since the user it runs as is root, files generated by qodana are owned by root on the host file system as well, which stops you from cleaning directories without sudo.

I would like to specify a user, like dockerUser("1000:1000").
Or, even better, a way to add docker run cli args like dockerArgs(["-u", "1000:1000"])
Or maybe both?

I did not RTFM long enough. Excuse me!