Gradle brainteasers 2/2: relocatable input files
There is no such thing as a "File" input...
Jul 17, 20243 min read344

Search for a command to run...
Articles tagged with #gradle
There is no such thing as a "File" input...

Fun times with project isolation and dependency resolution

If you're writing Gradle build scripts, chances are you have already used afterEvaluate {}. This is usually the last resort solution. But in my life of Gradle scripts engineer, I found the odds of afterEvaluate {} actually "fixing" your issue are in ...

This post is inspired by a discussion on the Gradle community slack. Many thanks to @Vampire and @ephemient for their help understanding all of this Have you ever tried to do something like this? val kotlinVersion = "1.7.21" plugins { id("org.j...

A relocating tale about R8, classloaders and metadata...
