Skip to content

Commit

Permalink
Add test for #1302 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
larsgrefer committed Feb 25, 2025
1 parent b2f42fb commit 175d71c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions examples/plantuml/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import io.freefair.gradle.plugins.plantuml.PlantumlTask

plugins {
id "base"
id "io.freefair.plantuml"
}

Expand All @@ -15,3 +16,8 @@ tasks.register("plantUml2", PlantumlTask) {
fileFormat = "SVG"
outputDirectory = layout.buildDirectory.dir("dist2")
}


tasks.withType(PlantumlTask).configureEach {
tasks.getByName("build").dependsOn(it)
}

0 comments on commit 175d71c

Please sign in to comment.