Integrated Desktop Environments such as Eclipse, IDEA or NetBeans are necessary development tools nowadays to comfortably develop large-scale Java software. The actual production build is however usually done using build tools such as Maven, Ant or Gradle. A seamless integration between build tool and IDE is thus a key factor to connect various stages of …
Continue reading Integrating Gradle with Eclipse for larger teams