Francisco Mateo

Results 39 comments of Francisco Mateo

[Antora](https://antora.org/) is another option to look at.

It may be possible to make the plugin compatible with configuration cache. But I could not find anywhere the minimum supported Gradle version for this plugin. Defining a minimum version...

It was the minimum non-vulnerable version. I help maintain some projects internally and I'm not familiar enough with the project. So I opted for the minimum allowed version by our...

Does that publish a snapshot somewhere such as Maven Central? If so, I can try it out Thursday. Otherwise I'd need to wait until a release is made.

Right, most of the Java ecosystem is moving towards targeting more modern versions of Java.

> you don't need to be exposed to anything reactive unless you want to (e.g. if streaming events). You would still need `spring-webflux` on the classpath which is kind of...

On using SLF4J, with Java 11 the baseline as of WireMock 3, what value is SLF4J providing here other than being a facade to logging implementations such as Logback or...

Closing since there's been no additional requests for such functionality.

I like Docusaurus' stance on versioned docs: > Most of the time, you don't need versioning as it will just increase your build time, and introduce complexity to your codebase....

Not yet, but I'm leaning towards VitePress, but it requires some workarounds to get project properties/values into the documentation. For example, a custom [Gradle task](https://github.com/ciscoo/gradle-java-template/blob/d1c807d70b1bdebf4ad107b32045970ed6925728/buildSrc/src/main/java/io/mateo/build/task/GenerateGradleProjectMetadata.java) that gets hooked in by...