I'm working on two Java projects: Gradle project and a Maven project with snapshot dependency to the Gradle project.
When I'm changing the gradle project I need to install it to m2 and refresh the dependency in the IntelliJ.
Is there a way to make the gradle project sources be up to date at all time to the maven project without installing it to m2?