Sean Gilligan

Results 508 comments of Sean Gilligan

The project is open source, but I haven't pushed the build file to Github yet since it doesn't work. Here's what I'm starting with: ``` buildscript { repositories { jcenter()...

> Do not write the output of both tasks to the same folder. If you want that, rather create a Copy/Sync task that will sync from both tasks to a...

> ``` > asciidoctorPdf { > useIntermediateWorkDir() > } > ``` > > might help. That didn't seem to help. You can see the full project and the Github Actions...

This is a great way to get started with AsciidoctorJ. Although it's now: $ sdk install asciidoctorj

Are there instructions for how to render PlantUML with `asciidoctorj` command-line?

Thanks, @robertpanzer , that command should probably be in the README -- that's really useful.

Thanks for the response, @melix. Here's the (closed 🙁) upstream issue https://github.com/bmuschko/gradle-docker-plugin/issues/967 Looks like (when I have time) I'm going to have to figure out how to do this on...

I'm able to build a multi-architecture image using the following task: ``` task dockerBuildxImage(type:Exec) { group 'build' description "Builds multiplatform image using 'docker buildx'" dependsOn dockerfile, buildLayers workingDir 'build/docker/main' executable...

At the very least, it would be nice to be able to use the Micronaut Gradle Plugin with a lighter set of dependencies from Micronaut. In my case, I'd like...

This doesn't work and the following error is generated when the command is run: ``` Exception in thread "main" picocli.CommandLine$DuplicateOptionAnnotationsException: Option name '-n' is used by both field String io.micronaut.starter.cli.feature.acme.CreateAccount.keyName...