Skip to main content

All Questions

Tagged with
0 votes
1 answer
255 views

Plugin extension name clash with task name

I have a plugin that has same name for its plugin extension and for task name (both are named plantUml). I would like to run task before build. How can I do that? When I type: build dependsOn: ...
pixel's user avatar
  • 26k
4 votes
1 answer
1k views

Create PlantUML Diagrams From Gradle

Is there a way to create images from PlantUML diagrams as part of a gradle build? I have seen this plugin, however, there is a dependency on Graphviz/Dot and I really need a self-contained build (...
opticyclic's user avatar
  • 7,936
4 votes
0 answers
268 views

How to combine multiple javadoc doclets?

I have been working on producing a javadoc for a large project and am not sure what I am trying to do is even possible, or would require making a third doclet combining others. I have been able to ...
Jacob Block's user avatar
1 vote
1 answer
3k views

How to get the relative path of files in a SourceDirectorySet

I want to process some sources from a directory structure using a SourceDirectorySet and I'd like to save the output under the build dir, mimicking the original dir structure. E.g.: src / main / ...
Alberto's user avatar
  • 5,081
5 votes
2 answers
2k views

How do I configure asciidoctor-gradle-plugin to handle plantuml?

I don't know any Ruby but I do like asciidoctor (and the gradle plugin). Is there a simple way to get the plugin to generate plantuml diagrams? I looked at the basic asciidoctor-diagrams ...
AndyJ's user avatar
  • 1,294