A post on how to separate your API and implementation in a JVM library so your end users only get to the API surface.
https://www.liutikas.net/2025/04/03/Public-API-Declaration.html
A post on how to separate your API and implementation in a JVM library so your end users only get to the API surface.
https://www.liutikas.net/2025/04/03/Public-API-Declaration.html
Dear Gradle, Why So Stubborn?
Do I do something wrong?
Watching juniors try to set up a project and being greeted by cryptic stack traces like it's some kind of initiation ritual.
`Unsupported class file major version 61`
`invalid CEN header zip64 no access package`, ...
Java can compile code for older versions just fine.
It's literally designed for that.
Oh why, must Gradle behave like a bitter librarian who refuses to hand over a book unless I whisper the exact Dewey Decimal Code?
Every other Language will laugh again at java, seeing this.
Why is Gradle bound to a java version? And if Gradle knows it needs Java 11… why doesn't it just do this for me?
Like using `/usr/libexec/java_home -v 11` in background?
Is there a clean way to force Gradle into submission without adding another tool like SDKMAN or jabba or YunaBraska/gradle-java-fix or whatever the trendy painkiller of the week is?
If you ever wanted to pass in arguments to Gradle, I wrote a short post about your options!
https://www.liutikas.net/2025/03/24/Options-For-Options.html
The greatest lie the daemon ever told was "(subsequent builds will be faster)"
Hey there #fediverse, I’m looking to hire a senior engineer to work with some awesome folks on #Netflix’s build tools & test infrastructure. If you are interested please apply online! (see link in Toot)
My DMs are open if you have any questions about the role or if you want to let me know that you applied.
https://explore.jobs.netflix.net/careers/job/790301668836?utm_source=LinkedIn&domain=netflix.com
You wanted Java 24? How adorable.
Fun fact: Ancient relics like Maven happily obey any Java version , but modern, cutting-edge tools. Gradle, AWS Lambda, and more require new releases just to function.
Because nothing says progress like mandatory dependencies.
Meanwhile, Kubernetes & Maven sit back, laughing.
They do whatever they want.
They are independent.
Unlike you.
#DevLife #ProgrammingMemes #SoftwareEngineering #CodeHumor #programming #coding #Maven #Gradle #AWSLambda #DevOps #DependencyHell #CI/CD #BuildFails #JustDevThings #Relatable #WhyIsThisSoAccurate #EngineerCult
Yesterday I released version 1.4.0 of my #Flatpak #Gradle plugin!
https://github.com/jwharm/flatpak-gradle-generator
Thanks to @kravemir for contributing a *massive* performance improvement, and (optional) log output.
The Gradle plugin generates a "sources list" json file with all project dependencies, in an "offline Maven repository" folder hierarchy, to facilitate an offline Flatpak build.
@travisfw sorry for the shameless self promotion. We are trying to fix this.
Even though I disabled the JavaCompile task in my conventions file, #Gradle will complain about the inconsistent JDK version between compileJava (unused) and compileKotlin unless I set "java.sourceCompatibility".
Why?
I've never really paid attention to #Gradle before. I know Maven fairly well and has covered much of my needs.
So far, my experience kinda sucks.
The automatic migration from Maven skip two thirds of the useful bits (it did not detect it was a Kotlin project, no compilation or test execution runs).
The answer in the forums are quite passive-aggressive and every Gradle newcomer seems to be struggling with the same things :/
I sincerely hope it gets better.
Code formatting discussions are terrible . Where and when to add a line break? How to indent? Where to put the braces? Which quotes to use?
In my new article I show how to end them simply with Spotless and Gradle.
https://medium.com/@michakutz/great-gradle-goodies-code-formatting-with-spotless-2a595e657add
Great news! The Reproducible Builds Gradle plugin by GradleX is now endorsed by reproducible-builds.org!
It applies reproducibility settings to key Gradle tasks—ensuring deterministic, verifiable builds. Let’s make reproducibility the default!
github.com/gradlex-org/reproducible-builds
If you ever wondered how Gradle loads
```
plugins {
id("com.android.library")
}
```
then wonder no more! Just read my post https://www.liutikas.net/2025/03/05/Thats-Gonna-Leave-A-Mark.html
Introducing "Firebender"—because who wouldn't want their code edited by an #AI that ignores your files and holds the power to magically spawn #gradle runs?
It's like having a #coding #assistant that simultaneously does everything and nothing!
https://docs.firebender.com/get-started/agent #Firebender #runs #tech #humor #HackerNews #ngated
If I had to pick the thing that's the most confusing in #Gradle after Configuration's API it would be how Copy works. I'm trying to copy from a directory while filtering entries by name for an hour now and am apparently to dump to understand how to correctly nest from, into, and exclude blocks into each other...
New Blog Post: NixOS Meets Enterprise Java – A Cautionary Tale
Running an enterprise Java application on NixOS sounded like a great idea—until we hit major roadblocks with Gradle support and authenticated resources. In this post, I share what went wrong, how we fixed it, and why NixOS is still the best option for managing bare metal and VM infrastructure.
Read now https://britter.dev/blog/2025/02/27/nix-java-enterprise/
Stumbled upon this repo while searching for test fixtures examples on GitHub. Check out these ready-to-use recipes for Android Gradle customizations!
Apache NetBeans 25 open-source IDE updates Gradle, Maven, and Java tooling, refining dependency resolution, test execution, and UI stability.
https://linuxiac.com/apache-netbeans-open-25-source-ide-released/