Ben Chuanlong Du's Blog

It is never too late to learn.

General Tips for Gradle

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

Install & Upgrade Gradle

The latest version of gradle can be installed via PPA on Ubuntu.

sudo add-apt-repository ppa:cwchien/gradle
sudo apt-get update

And gradle can be upgraded using the following …

Gradle Kotlin DSL

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

AVOID using the Kotlin DSL for Gradle! The Kotlin DSL for Gradle is not mature and lack of documentation at this time. Stick with Groovy DSL for Gradle.

shadowJar

https://github …

Using Kotlin With Gradle

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

https://kotlinlang.org/docs/reference/using-gradle.html

https://github.com/Kotlin/kotlin-examples/tree/master/gradle/hello-world