Summary

In this chapter, we have learned how we must configure continuous integration tools Jenkins, JetBrains TeamCity, and Atlassian Bamboo to build our Java project with Gradle.

Jenkins and TeamCity have good support for Gradle builds. We can choose to use either a locally installed Gradle version or the Gradle task wrapper scripts. Defining which tasks to run is easy.

Bamboo has no real support for Gradle builds. We can use the script build option and the Gradle task wrapper support to work around this. This way, we can still run Gradle builds with Bamboo.

In the next chapter, we will learn how we can integrate Gradle with Integrated Development Environments (IDEs) Eclipse and JetBrains IntelliJ.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.116.21.152