Explore >> Select a destination


You are here

msfjarvis.dev
| | blog.gradle.org
9.6 parsecs away

Travel
| | Hi all! On behalf of the Gradle community, we wish you a Happy New Lunar Year! 2023 was a great year for Gradle Build Tool, with many new features and initiatives being released. Let's recap the key updates:
| | www.liutikas.net
9.3 parsecs away

Travel
| | You probably spent a long time debating on whether build.gradle (Groovy) or build.gradle.kts (Kotlin Script) is more awesome. Lucky for you, we are about to ...
| | blog.gradle.org
8.2 parsecs away

Travel
| | Kotlin DSL for Gradle was introduced in version 3.0 of the Gradle Build Tool in August 2016 and released as 1.0 in Gradle 5.0. Since then, its been growing in popularity and has greatly improved the authoring experience of many Gradle builds.
| | blog.kdgregory.com
71.6 parsecs away

Travel
| When I want to package a Java application in a single JAR with all of its dependencies, I normally turn to Maven's Shade plugin. This ...