- Gradle Essentials
- Kunal Dabir Abhinandan
- 155字
- 2021-07-30 09:53:51
Chapter 2. Building Java Projects
In the previous chapter, we saw a very basic build script, which just printed the customary Hello World
on the console. Now that we are comfortable with the Gradle command line interface, it's a perfect time for us to jump-start our journey with a simple Java project.
In this chapter, we will see how to build and test simple Java projects with Gradle, how external dependencies are added to the classpath, and how building distributable binaries work.
We will try to keep the Java code as minimal as possible so that we can focus more on the build of the project. Along the way, we will learn some best practices that a Gradle-based project should follow. It's okay if we are not able to comprehend all the build script syntax in this chapter because we are going to see that in detail in Chapter 4, Demystifying Build Scripts.
- Node.js 10實戰(zhàn)
- GraphQL學(xué)習(xí)指南
- Learn to Create WordPress Themes by Building 5 Projects
- C語言課程設(shè)計
- C語言程序設(shè)計教程
- Kotlin開發(fā)教程(全2冊)
- Oracle GoldenGate 12c Implementer's Guide
- Extending Unity with Editor Scripting
- Java程序設(shè)計基礎(chǔ)(第6版)
- 微前端設(shè)計與實現(xiàn)
- Monitoring Docker
- Mastering Bootstrap 4
- UI動效設(shè)計從入門到精通
- LabVIEW案例實戰(zhàn)
- Java核心技術(shù)·卷Ⅱ:高級特性(原書第10版)