Announcing Espresso; a different kind of Java build tool.

announcing-espresso;-a-different-kind-of-java-build-tool.

I’ve constantly fought Gradle for as long as I’ve been writing Java. I remember when I first started writing Java, I didn’t actually use a build tool (just the built in builder in Eclipse).As I’ve gotten into the Java world professionally, which means writing more tests, I’ve realized how god awful Gradle is with it’s convoluted plugins that have a needle-in-a-haystack like feel to it.

I’m confident Gradle has it’s place in the world; those organizations who need complicated build processes. The problem is, every code base I’ve ever worked on could be built by a much simpler tool.

This is why I built Espresso. Espresso is a build tool for Java (written in Rust) that focuses on simplicity, speed, repeatability and ease of configuration. It’s still a huge work in progress (and served as a project for me to finally learn some Rust). Features like including dependencies into the built .jar are missing (although you can fetch them from the Espresso Registry). Espresso is inspired by Cargo and Go.

https://github.com/hlafaille/espresso

Total
0
Shares
Leave a Reply

Your email address will not be published. Required fields are marked *

Previous Post
managing-feature-requests:-a-guide-for-product-managers

Managing feature requests: a guide for product managers

Next Post
using-value-stream-maps-to-identify-improvement-opportunities

Using Value Stream Maps to Identify Improvement Opportunities

Related Posts
mariadb-109-on-openbsd-7.3:-インストール

MariaDB 10.9 on OpenBSD 7.3: インストール

はじめに MariaDB は広く使われているリレーショナル (関係) データベース管理システム (RDBMS) の一つです。MySQL から、オリジナルの開発者たちの一部によってフォークされました。 オープンソースであり、GNU GPL 2 で ライセンスされています。長い歴史と管理維持のための知見の蓄積があり、コミュニティでも企業でも使えます。 堅牢でクリーンなオペレーティング・システムである OpenBSD へのインストールは容易です。パッケージ管理 (英語) システム…
Read More