5 Quotes by Gradle Founder Hans Dockter That'll Change How You Build Software
Hans Dockter quotes that’ll open your mind to new ways of building software.
Hans Dockter quotes that’ll open your mind to new ways of building software.
Everyone wants fast, maintainable tests, so how do you best combine the test pyramid model with the realities of your own project?
Streamline your code with new language features in this latest Java LTS release.
Switching your build scripts to Kotlin doesn’t have to be hard with this step-by-step process.
Gradle is now Kotlin first, so learn these 5 Kotlin language features to get comfortable in Kotlin build scripts.
Learn this simple build script configuration to run JUnit 5 tests.
After 30 years, Java is still relevant and arguably more useful in many situations than other languages.
The very first version of Gradle had build scripts written in the dynamic Groovy language. Why then, years later, did team Gradle add Kotlin as a 2nd option?
A week ago Gradle 8.0 was released. I was totally unprepared. The previous version was 7.6, so this was a new major version. Yeah, I should have known that things would break. When possible, I recommend using the latest Gradle version. In this article, I highlight issues I overcame and the related Gradle features. This might help your update process be less painful. Java toolchain changes The Java toolchain forces Gradle to build your application with a specific Java version, irrespective of the version you use to run Gradle itself....