Is it possible for Gradle projects in Eclipse/STS to resolve dependencies to other Gradle projects in the same workspace? -
Is it possible for Gradle projects in Eclipse/STS to resolve dependencies to other Gradle projects in the same workspace? -
a gradle project in workspace (call downstream) needs depend on gradle project (call upstream). outside of eclipse, of course of study upstream need build , install
ed before downstream (so gradle can resolve it). in eclipse, since both projects in workspace together, i'd have gradle in workspace first , create dependency between projects, not repo.
m2e (maven integration eclipse) (the alternative called resolve dependencies workspace). gradle eclipse plugin has alternative called remap jars maven projects seems pom-driven m2e projects, not other gradle projects.
is there way gradle resolve dependencies local workspace (when they're present) instead of repo?
it turns out is outstanding feature request gradle ide. has been delivered 3.6.3 release of gradle ide.
you do have enable it, though:
the feature has enabled in gradle preferences page. access via "window >> preferences >> gradle".
if not seeing "remap jars gradle projects" there maybe double check version of gradle plugins indeed 3.6.3. maybe went wrong during upgrade , still using older version. source
eclipse gradle sts-springsourcetoolsuite spring-tool-suite
Comments
Post a Comment