This commit is contained in:
Anthony Stirling 2025-06-09 23:56:49 +01:00
parent 52b20dd9da
commit 716a9098d2

View File

@ -563,4 +563,14 @@ tasks.named('bootRun') {
doFirst {
println "Delegating to :stirling-pdf:bootRun"
}
}
tasks.named('build') {
group = 'build'
description = 'Delegates to :stirling-pdf:build'
dependsOn ':stirling-pdf:build'
doFirst {
println "Delegating to :stirling-pdf:build"
}
}