Working on Gradle-based enterprise builds requires familiarity with the usually quite large number of different project-specific tasks. Some sub-projects provide custom tasks to run maintenance scripts, others tasks to check additional properties of the build or to start and stop different components needed for the development life-cycle. Bash auto-completion helps with the burden of remembering …
Continue reading Gradle Bash integration for multi-project buildsgradle
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