Hello :wave: I am using the gradle plugin for inte...
# community-support
d
Hello 👋 I am using the gradle plugin for intellij. When I build from the command line I pass an extra argument to gradle. I am wondering how to do that with the gradle plugin. When I use the refresh button in plugin, it performs a
gradle build
and fails because of the missing argument. Any pointers are much appreciated 🙏
v
I don't think you can give some argument for the sync. But if it for example is a Gradle property, you can give it in the
gradle.properties
file in the root project or in your
GRADLE_USER_HOME
.
👍 1