Relative Content

Tag Archive for eclipsegradleintellij-ideagradle-plugin

How to configure eclipse to identify custom gradle plugins

├── IDE ├── plugins ├── project-1 ├── project-2 ├── UTILS ├── project-3 ├── project-4 ├── WEB ├── spring-boot-project => refers the one of the plugin from buildSrc ├── build.gradle ├── buildSrc => Contains custom gradle plugins ├── gradle ├── gradlew ├── gradlew.bat ├── local-m2 ├── settings.gradle => configuration to include project-1, project-2, project-3 and project-4 […]